Update multiple rows

1 Answer 33 Views
Grid
Lee
Top achievements
Rank 2
Bronze
Bronze
Bronze
Lee asked on 16 Aug 2024, 08:27 PM
I have a grid where user input causes multiple rows to be updated through a complex formula. Currently, I'm using dataItem.set("column", value) to do the update. Unfortunately, this is taking about 20 seconds to complete. Is there a way to speed this up but also not lose the current grid view. For example, If the user scrolled down to record 50, it needs to stay there after the update. No rows are being added or deleted, just the values are changing.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 21 Aug 2024, 01:50 PM

Hello, Lee,

Could you provide an example where we can observe and debug the slow updating of the items? As for keeping the scrolling position, here you will find a small example which shows how to restore the scroll position on page refresh. You should be able to use a similar approach

Regards,
Martin
Progress Telerik

Do you have a stake in the designеr-developer collaboration process? If so, take our survey to share your perspective and become part of this global research. You’ll be among the first to know once the results are out.
-> Start The State of Designer-Developer Collaboration Survey 2024

Tags
Grid
Asked by
Lee
Top achievements
Rank 2
Bronze
Bronze
Bronze
Answers by
Martin
Telerik team
Share this question
or