Hi,
I have a Grid which is immediately editable on page load so the user does not need to click the "edit" button to start editing.
When the user has completed editing the row, I am planning on saving the row data to the database.
As the user may be editing other rows in the Grid, I do not want to refresh and rebind the Grid when the row is successfully saved to the database, but I would still like to indicate to the user somehow that the save was successful (or that the save was unsuccessful)
Is it possible to catch the successful save of the row and handle it using javascript? I'd like to put a flag or a tick next to the row without having to refresh and rebind the Grid. Is this possible?
I have a Grid which is immediately editable on page load so the user does not need to click the "edit" button to start editing.
When the user has completed editing the row, I am planning on saving the row data to the database.
As the user may be editing other rows in the Grid, I do not want to refresh and rebind the Grid when the row is successfully saved to the database, but I would still like to indicate to the user somehow that the save was successful (or that the save was unsuccessful)
Is it possible to catch the successful save of the row and handle it using javascript? I'd like to put a flag or a tick next to the row without having to refresh and rebind the Grid. Is this possible?