Telerikgrid performance issue

1 Answer 1103 Views
Grid
Afreen
Top achievements
Rank 1
Iron
Afreen asked on 17 Apr 2023, 06:04 PM

Hi,

I am using Telerikgrid to display the data which I am loading from database.

At a time there can be only couple of 100 records return from database. There is no custom formatting or any calculation when loading the data in the grid. I am not using the paging.

I am still seeing the records are loading in the grid very slowly.

What can be done to improve the performance?

Thanks & regards,

Afreen

 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 20 Apr 2023, 06:57 AM

Hello Afreen,

The general recipe is to reduce the number of UI refreshes and the number of rendered components on the page. The latter can mean:

Also, you can rely on OnRead data binding, so that the Grid does not receive all items from the database at the same time. This applies especially in WebAssembly scenarios, so that you can offload the browser from data operations.

We have some performance tips in our documentation as well.

Finally, 200-300 items is not that much, so the performance issue may be outside the Grid. Here is a REPL test page, which is a WebAssembly app, so the .NET runtime, data operations and HTML rendering all occur in the same browser thread, which makes things slower.

Regards,
Dimo
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
Grid
Asked by
Afreen
Top achievements
Rank 1
Iron
Answers by
Dimo
Telerik team
Share this question
or