This is a migrated thread and some comments may be shown as answers.

[Solved] GridOperationMode.Client and batch editing loose changes on a sort

0 Answers 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Chris Neave
Top achievements
Rank 1
Chris Neave asked on 08 May 2012, 01:30 PM
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
Tags
Grid
Asked by
Chris Neave
Top achievements
Rank 1
Share this question
or