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

[Solved] Virtual scrolling and batch edit dirty indicator

1 Answer 201 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 22 Oct 2014, 04:59 PM
Having problem with dirty flag when using virtual scrolling. Here is dojo sample http://dojo.telerik.com/@ssharifi/IzeQ
Change few columns on the first page and you'll see the dirty indicators show as expected. Then scroll down few rows and scroll up, the dirty indicators are still there. next scroll down more than 100 records (page size) and scroll back up. This time the dirty indicator is gone. The change values are still there.

Is this a bug? Is there any way to fix this? I am trying to use virtual scrolling and allow the user to change any number of rows then when they are ready use a save command to save the changed rows.

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 24 Oct 2014, 08:18 AM
Hello Shawn,

The Kendo UI Grid with virtual scrolling does not support in-cell editing. If you have a big amount of data and want to give the users the editing functionality, then you can use virtual scrolling + popup editing, or in-cell editing + paging.

http://docs.telerik.com/kendo-ui/web/grid/appearance#virtual-scrolling

Regards,
Kiril Nikolov
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
Shawn
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or