Kendo.Mvc.UI.DataSourceRequest
Provides information about paging, sorting, filtering and grouping of data.
Properties
Page
The current page.
PageSize
The page size.
Sorts
The sorting of the data.
Filters
The filtering of the data.
Groups
The grouping of the data.
Aggregates
The data aggregation.
GroupPaging
Indicates whether group paging is enabled.
IncludeSubGroupCount
Indicates whether subgroup count should be included
Skip
The current skip.
Take
The current take.