Hi,
I am using a gridpanel with a roweditor plugin and I need to:
- Refresh the row data of the row being edited with the database just before switching into "editing mode".
(This is needed since the table data is modified by multiple users at the same time and we need the user to see the changes done by other users meanwhile)
- Refresh the row data of the row edited (i.e. after the user has confirmed his/her modifications) just before exiting the "editing mode"
(As previous point this is needed since some values of the row could have been updated meanwhile by other users and I would like to update the grid with these new values)
What is the best way to do this ?
Federico.