简体   繁体   中英

What is the logic of binding huge data in kendo grid

I have MVC project and i'm using there some kendo grids with huge data.

When I'm binding this grids, i'm using Ajax Binding with DataSourceResult, I have huge data so it's binding so slow

I want to understand what is the logic of that when binding data? Is it fetching all data and seperate in pages inside or Is it fetching page by page?

Do you have any idea?

在获取数据时需要使用分页,将所有内容加载并稍后进行分页是一个坏主意,您需要逐页从db进行获取,这是最佳实践。

You can use the answer to a similar question posted before as reference

How to implement Server side paging in Client side Kendo UI grid in asp.net mvc

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM