PageDataRequest class

Request data interface sent by the data grid's Server Side Data Serviceopen in new window

public class PageDataRequest

Public Members

namedescription
PageDataRequest()The default constructor.
Filter { get; set; }The current filter definition or null if no filter is set.
IsValid { get; }True if the request is valid, false otherwise.
PageNum { get; set; }The page number for the page to load starting with 1 for the first page. If the data grid is not set configured to be pageable then this will always be -1.
PageSize { get; set; }The maximum number of data items to display on each page. If the data grid is not set configured to be pageable then this will always be -1.
Sort { get; set; }The current column sort definitions in the order in which they should be applied.

See Also