I have a radgrid asp.net control and in it I'm editing the rows on the server side. I want to know in the client side in case the user tries to close the screen before saving/discarding changes in the grid.
I found some explenations on how to do this using : get_masterTableView
However, since I'm not editing in client side, calling this function results in an exception (inside it there is a call to get_id that fails).
How can I know if the grid is in edit mode or not on the client side?
Thanks, Omer