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

Performance improvements techniques of telerik grid

1 Answer 137 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Madzie
Top achievements
Rank 1
Madzie asked on 17 Apr 2013, 06:17 PM
Hi, I am looking for some performance improvement techniques that can be used for telerik grid for mvc.
please suggest some videos/blogs.

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 22 Apr 2013, 11:36 AM
Hello Varsha,

I am afraid that we do not have any video / blog posts related to improving the Grid performance. What I can suggest you is to use the Kendo Extensions instead of the "old" MVC Extensions.
Generally speaking to there are different configurations that you might use based on the needs of your application and the total number of records that you are going to display in the Grid.
If there are less records it is better to send all of them to the client and use client operations (no requests will be performed for each of the operations). However if you have many records you better use Ajax binding so each of the paging/sorting/filtering operations is executed on the database level.

Consider examining the following features that might affect the performance in different ways:


Also do not forget to check the FAQ.

Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Madzie
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or