Hi Team,
In the attached example, I have a keyhandler for the column customer id, that when Tab is pressed, I intend to manually:
- End editing so I can save changes to my db
- begin editing the next cell.
However, when calling Grid.EditCellAsync() it works, but only after I navigate away from the page and back again. For example, after making a change in a cell in column "CustomerID", press tab, and open a new tab or minimize the browser, then revisit the page again, only then it begins the edit mode for the next cell..
So seems like it is a rendering issue?
Attachment:
ServerApp_325ee86e.zip