ClassPivotGridPager
Represents the PivotGrid for ASP.NET AJAX pager control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class PivotGridPager : HtmlTableRow
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableRowPivotGridPager
Inherited Members
Constructors
PivotGridPager()
Initializes a new instance of the PivotGridPager class.
Declaration
public PivotGridPager()
PivotGridPager(Element)
Initializes a new instance of the PivotGridPager class.
Properties
LocatorExpression
Gets the item locator HtmlFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
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()
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()
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()
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.
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()