This is a migrated thread and some comments may be shown as answers.

Telerik Grid DataBind performance issue

1 Answer 100 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Raj Kamal
Top achievements
Rank 1
Raj Kamal asked on 11 Jan 2016, 06:53 AM

We have nearly 160+ records in Telerik Grid added to aspx page and if the number of records in the database is going to be increased, it is taking lot of time to execute the DataBind() method executing line even though the SP is getting the data in less time. Please let us know the reason for this Telerik Grid behaviour and also the solution, if any to resolve this...

 

 Regards:

Ravi Chandra.D

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 13 Jan 2016, 11:53 AM
Hello Ravi,

Note that the DataBind() method for RadGrid is used for simple data binding. As the name implies this type of binding is suitable only for the most simple scenarios.

For most scenarios it is recommended to use advanced data binding. You can bind the grid to a declarative DataSource control or use the NeedDataSource event to provide the data.


In order to further improve performance you can use custom paging.


For additional performance optimization techniques please check out the following article.



Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Raj Kamal
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or