ClassRadDataPager
Represents RadDataPager for Asp.Net Ajax control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadDataPager : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadDataPager
Inherited Members
Constructors
RadDataPager()
Initializes a new instance of the RadDataPager class.
Declaration
public RadDataPager()
RadDataPager(Element)
Initializes a new instance of the RadDataPager class.
Properties
ClientId
The client id of the DataPager.
ClientSideLocator
The client-side locator of the RadDataPager.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
CurrentPageIndex
Get or set the current page index of the DataPager.
LocatorExpression
Get the item locator FindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
PageCount
Get the page count of the DataPager.
PageSize
Get or set the page size of the DataPager.
PageSizeCombo
The page size ComboBox.
PagerNumericTextBox
The numeric textbox in the pager.
Declaration
public RadNumericTextBox PagerNumericTextBox { get; }
Property Value
RenderMode
Render mode of dataPager.
TotalRowCount
The row count.
Methods
AssignElement(Element)
Assign a base element for this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element associated with the control.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
LoadPage(int)
Clicks a number from the numeric pages.
Declaration
public void LoadPage(int pageNumber)
Parameters
pageNumber
The numer to click on.
NextPages()
Clicks on the next pages '...' button.
Declaration
public void NextPages()
PreviousPage()
Clicks the previous page button.
Declaration
public void PreviousPage()
PreviousPages()
Clicks on the previous pages '...' button.
Declaration
public void PreviousPages()