Completed
Last Updated: 18 Mar 2024 12:47 by ADMIN
Release 2024 Q2
Thomas
Created on: 24 Feb 2017 08:57
Category: Grid
Type: Feature Request
5
Grid refresh: Re-render specific rows and not the whole grid
When performing a grid refresh, the grid re-renders the all the grid rows. 
I think it would be very efficient to have a choice to render specific, changed rows. 
This is valuable if the grid has many items (200 items for example).
1 comment
Imported User
Posted on: 17 Mar 2017 15:25
I support this idea. On the grid's data-binding event, we are now calling "preventDefault" for "itemchange" events so we can run our own logic to just modify the value of changed cells. 

It would be better though if the grid did that itself.