Calling StartEdit() on grid with many rows is very slow to execute

I have a grid with around 200 rows. When a row is selected my code calls the StartEdit method so that the rows can be edited. I am finding that as the number of rows in the grid increases the call to StartEdit takes longer and longer to complete, more than a second or two. This seems like a very excessive amount to present the editing UI.  Can this issue be looked into?



1 Reply 1 reply marked as answer

RS Renjith Singh Rajendran Syncfusion Team October 7, 2020 01:48 PM UTC

Hi Jim, 
 
Greetings from Syncfusion support. 
 
We would like to inform you that, the selection performance issues of Grid in wasm application, occurs due to component re-rendering, when callback method is assigned to grid events. We have already documented a topic for improving the performance of Syncfusion Grid when using wasm application.  
 
We suggest you to refer the below documentation for more details regarding improving wasm performance. 
 
Please get back to us if you need further assistance. 
 
Regards, 
Renjith Singh Rajendran 
 


Marked as answer
Loader.
Up arrow icon