ClassGridTableViewScrollingEnabled
Represents the RadGrid for ASP.NET AJAX TableView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class GridTableViewScrollingEnabled : HtmlTable
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableGridTableViewScrollingEnabled
Inherited Members
Constructors
GridTableViewScrollingEnabled()
Initializes a new instance of the GridTableView class.
Declaration
public GridTableViewScrollingEnabled()
GridTableViewScrollingEnabled(Element)
Initializes a new instance of the GridTableView class.
Declaration
public GridTableViewScrollingEnabled(Element element)
Parameters
element
Properties
ClientSideLocator
The client-side locator of the table HTML control.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
HasMultiColumnHeaders
Gets whether multi Column Headers are enabled
LocatorExpression
Get the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
isMultiHeadersAreImplemented
Gets whether multi Column Headers are implemented
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
CommandItemAction(GridCommandItemType, GridCommandItemLocation)
Initiates a default command item template action -- either 'AddNew' or 'Refresh'.
Declaration
public void CommandItemAction(GridCommandItemType commandItemType, GridCommandItemLocation location)
Parameters
commandItemType
The command item type.
location
The position of the CommandItem in the Grid.
ControlAssert()
Returns RadControlAssert instance initialize for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialize for this control.
ScrollDown()
Scroll down in the Grid table using the mouse wheel.
Declaration
public void ScrollDown()
ScrollDown(int)
Scroll down in the Grid table using the mouse wheel.
Declaration
public void ScrollDown(int delta)
Parameters
delta
The amount to scroll.
ScrollUp()
Scroll up in the Grid table using the mouse wheel.
Declaration
public void ScrollUp()
ScrollUp(int)
Scroll up in the Grid table using the mouse wheel.
Declaration
public void ScrollUp(int delta)
Parameters
delta
The amount to scroll.