I am having grid with virtual scroll and Batch editing functions.
If, I make some value changes on first row it shows red mark. After scrolling the grid (on virtual scroll call), that red mark gets removed. Value remain changed, but, red mark gone from a cell.
1 Answer, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 03 Mar 2014, 02:37 PM
Hello Sagar,
This is expected behavior. The so called `dirty` flag is not persisted over grid refresh, which is happening when you scroll above currently visible items in the grid (in case of virtual scrolling).
In the matter of fact there are few examples available on how to preserve the `dirty` flag, but you should be aware that there is not universal approach to this.
Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!