RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridPagerMode Enumeration
See Also  
Telerik.WebControls Namespace : GridPagerMode Enumeration


The mode of the pager defines what buttons will be displayed and how the pager will navigate through the pages.  

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Enum GridPagerMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GridPagerMode
C# 
public enum GridPagerMode : Enum 

Members

MemberDescription
NextPrevThe grid Pager will display only the Previous and Next link buttons.
NumericPagesThe grid Pager will display only the page numbers as link buttons.
NextPrevAndNumeric The grid Pager will display the Previous button, then the page numbers and then the Next button.
NextPrevNumericAndAdvanced 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 The grid Pager will display text boxes for navigating to a specific page and setting the Page size (number of items per page).
Slider The grid Pager will display a slider for very fast and AJAX-based navigation through grid pages.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridPagerMode

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also