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

Issue using Filterable and Editable

1 Answer 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Thon
Top achievements
Rank 1
Thon asked on 13 Jul 2014, 02:11 AM
I'm currently experiencing an issue using filterable in conjunction with editable using c# and mvc.  After applying a filter and editing some data in a cell.  When the filter is removed, the cell that I edited no longer possesses the edited cell/k-dirty-cell class, but the data persists.  What's the best solution for this?  I would like for that class to remain after the filter is removed

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimiter Madjarov
Telerik team
answered on 15 Jul 2014, 01:39 PM
Hello Thon,


The behavior, that you are referring to, is by design as iterating all of the items to preserve the dirty indicator may cause performance issues with large sets of data. Nevertheless you could manually achieve it by applying the approach demonstrated in the following Code Library.

I hope this information helps. Have a great day!

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Thon
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or