kendo ui - KendoUi Grid page size performance issue -


i using kendoui grid 20k records, when changing page size 20 200 grid taking 40 50 sec work. times taking min. paging client side only.

for large datasets, it's better use server paging, because:

  • faster loads
  • avoid wasting memory
  • avoid unnecessary database , network loads, database gives number of records of current page

you should consider enabling server paging @ datasource level, , read pagination values on backend side before performing query database.

http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-serverpaging


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -