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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -