Performance issue when doing incell editing when there are more than 100 records in the grid

1 Answer 35 Views
ComboBox Grid NumericTextBox
Abhishek
Top achievements
Rank 2
Iron
Iron
Iron
Abhishek asked on 01 Oct 2024, 09:15 AM
I am using kendoreact incell editing operation. I have 7 column in the grid with 2 textboxes & 3 comboboxes & also 2 numeric textboxes. I am using custom cells for all the columns. I have to highlight the cells in case of any errors or duplicate data & show the tooltip. SO i am doing lot of operations on the grid. Since its an incell editing operation, when i click on the cell, its taking long time to go to edit mode when there are more than 100 records. Is there any way to improve the performance of incell edit operation. Please help

1 Answer, 1 is accepted

Sort by
0
Filip
Telerik team
answered on 02 Oct 2024, 02:02 PM

Hi, Abhishek,

Thank you for reaching out to us.

A potential cause of the performance issue could be defining custom cells inline. This may lead to the Grid being re-mounted every time when the state changes, thus hindering the component performance. With that in mind, I can recommend ensuring that all custom cells are defined outside of the main component. In case this is not what is causing the issue, can you please provide a runnable example that reproduces the undesired performance behavior you are facing?

This will enable me to debug it locally and find the root cause.

Regards,
Filip
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
ComboBox Grid NumericTextBox
Asked by
Abhishek
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Filip
Telerik team
Share this question
or