This question is locked. New answers and comments are not allowed.
I have a MVC grid configured to use the Client operation mode (.OperationMode(GridOperation.Client)) as I want sorting, filtering etc. to all happen on the client. I am also using batch editing (.Editable(e => e.Mode(GridEditMode.InCell))).
My problem is if I edit a few rows and then sort by a column all the edits are lost. The cells loose their dirty marker (the red triangle top left) and their values revert to the originals.
Is there a way to preserve cells edits when the user sorts/filters the grid when using client mode?
Thanks
My problem is if I edit a few rows and then sort by a column all the edits are lost. The cells loose their dirty marker (the red triangle top left) and their values revert to the originals.
Is there a way to preserve cells edits when the user sorts/filters the grid when using client mode?
Thanks