GridPagerMode Enumeration |
The mode of the pager defines what buttons will be displayed and how the pager
will navigate through the pages.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum GridPagerMode
Public Enumeration GridPagerMode
public enum class GridPagerMode
Members
| Member name | Value | Description |
---|
| NextPrev | 0 | The grid Pager will display only the Previous and Next link buttons. |
| NumericPages | 1 | The grid Pager will display only the page numbers as link buttons. |
| NextPrevAndNumeric | 2 |
The grid Pager will display the Previous button, page numbers,
the Next button, the PageSize dropdown and information about the items and pages count.
|
| NextPrevNumericAndAdvanced | 3 |
The grid Pager will display the Previous button, then the page numbers and then
the Next button. On the next Pager row, the Pager will display text boxes for
navigating to a specific page and setting the Page size (number of items per
page).
|
| Advanced | 4 |
The grid Pager will display text boxes for navigating to a specific page and
setting the Page size (number of items per page).
|
| TrackBar | 5 |
The grid Pager will display a trackbar for very fast and AJAX-based navigation
through grid pages.
|
See Also