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?