ClassGridPager
Represents the RadGrid for ASP.NET AJAX pager control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class GridPager : HtmlTableRow
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableRowGridPager
Inherited Members
Constructors
GridPager()
Initializes a new instance of the GridPager class.
Declaration
public GridPager()
GridPager(Element)
Initializes a new instance of the GridPager class.
Properties
CurrentPageIndex
The current page index of the loaded page in the table.
InfoText
Get the pager info text when available, returns null otherwise.
LiteMode
Get the pager mode when rendermode is Lightweight.
Declaration
[Obsolete("This property is obsolete. Use Mode instead.", false)]
public string LiteMode { get; }
Property Value
LocatorExpression
Get the item locator HtmlFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Mode
Get the pager mode.
PageCount
The page count of the table.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ChangePageSize()
The Advanced Pager 'ChangePageSize' action.
Declaration
public void ChangePageSize()
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
LoadFirstPage()
Initiates a load 'first' paging action to load the first page. Throws InvalidOperationException if the 'first page' button cannot be located.
Declaration
public void LoadFirstPage()
LoadFirstPageMobile()
Initiates a load 'first' paging action to load the first page. Throws InvalidOperationException if the 'first page' button cannot be located.
Declaration
public void LoadFirstPageMobile()
LoadLastPage()
Initiates a load 'last' paging action to load the next page. Throws InvalidOperationException if the 'last page' button cannot be located.
Declaration
public void LoadLastPage()
LoadLastPageMobile()
Initiates a load 'last' paging action to load the first page. Throws InvalidOperationException if the 'last page' button cannot be located.
Declaration
public void LoadLastPageMobile()
LoadNextPage()
Initiates a load 'next' paging action to load the next page. Throws InvalidOperationException if the 'next page' button cannot be located.
Declaration
public void LoadNextPage()
LoadNextPageMobile()
Initiates a load 'next' paging action to load the first page. Throws InvalidOperationException if the 'next page' button cannot be located.
Declaration
public void LoadNextPageMobile()
LoadNextPages()
Initiates a load 'next pages' action to load the next pages. Throws InvalidOperationException if the 'next pages' button cannot be located.
Declaration
public void LoadNextPages()
LoadPage(int)
Initiates load page action for the given page number. Throws InvalidOperationException if the button with the given number cannot be located.
Declaration
public void LoadPage(int pageNumber)
Parameters
pageNumber
The number of the page to be loaded.
LoadPrevPageMobile()
Initiates a load 'prev' paging action to load the first page. Throws InvalidOperationException if the 'prev page' button cannot be located.
Declaration
public void LoadPrevPageMobile()
LoadPreviousPage()
Initiates a load 'previous' paging action to load the previous page. Throws InvalidOperationException if the 'previous page' button cannot be located.
Declaration
public void LoadPreviousPage()
LoadPreviousPages()
Initiates a load 'previous pages' action to load the previous pages. Throws InvalidOperationException if the 'previous pages' button cannot be located.
Declaration
public void LoadPreviousPages()