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
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: