Hi,
I have an editable grid.
After editing, the data is stored on the server and a timestamp is set in the database.
I need to display the updated timestamp in the last edited row.
Saving happens asynchroneously (!), so when the timestamp needs to be updated in the grid, the user can already enter text in another row.
The problem is that calls to the methods, updaterow, setcellvalue or refresh end any current editing, so the user loses focus, and cannot type anymore.
Is there a way around this problem?
Thanks in advance