Class GridTableView
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class GridTableView : HtmlTable
Constructors
GridTableView()
Declaration
public GridTableView()
GridTableView(Element)
Properties
AllowMultiColumnSorting
Declaration
public bool AllowMultiColumnSorting { get; }
Property Value
System.Boolean
|
AllowMultiRowSelection
Declaration
public bool AllowMultiRowSelection { get; }
Property Value
System.Boolean
|
AllowRowSelection
Declaration
public bool AllowRowSelection { get; }
Property Value
System.Boolean
|
BatchEditType
Declaration
public string BatchEditType { get; }
Property Value
System.String
|
CanInsertItem
Declaration
public bool CanInsertItem { get; }
Property Value
System.Boolean
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
CurrentPageIndex
Declaration
public int CurrentPageIndex { get; }
Property Value
System.Int32
|
DataItems
Declaration
public IList<GridDataItem> DataItems { get; }
Property Value
System.Collections.Generic.IList<GridDataItem>
|
EditedIndexes
EditedItems
Declaration
public IList<GridDataItem> EditedItems { get; }
Property Value
System.Collections.Generic.IList<GridDataItem>
|
EditMode
Declaration
public string EditMode { get; }
Property Value
System.String
|
ExpandedIndexes
ExpandedItems
Declaration
public IList<GridDataItem> ExpandedItems { get; }
Property Value
System.Collections.Generic.IList<GridDataItem>
|
Groups
Declaration
public IList<GridGroupHeader> Groups { get; }
Property Value
System.Collections.Generic.IList<GridGroupHeader>
|
HasMultiColumnHeaders
Declaration
public bool HasMultiColumnHeaders { get; }
Property Value
System.Boolean
|
IsFilterItemVisible
Declaration
public bool IsFilterItemVisible { get; }
Property Value
System.Boolean
|
IsItemInserted
Declaration
public bool IsItemInserted { get; }
Property Value
System.Boolean
|
isMultiHeadersAreImplemented
Declaration
public bool isMultiHeadersAreImplemented { get; }
Property Value
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
Name
Declaration
public string Name { get; }
Property Value
System.String
|
PageCount
Declaration
public int PageCount { get; }
Property Value
System.Int32
|
PageSize
Declaration
public int PageSize { get; }
Property Value
System.Int32
|
SelectedCells
Declaration
public IList<GridDataCell> SelectedCells { get; }
Property Value
System.Collections.Generic.IList<GridDataCell>
|
SelectedItems
Declaration
public IList<GridDataItem> SelectedItems { get; }
Property Value
System.Collections.Generic.IList<GridDataItem>
|
VirtualItemCount
Declaration
public int VirtualItemCount { get; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
CommandItemAction(GridCommandItemType, GridCommandItemLocation)
Declaration
public void CommandItemAction(GridCommandItemType commandItemType, GridCommandItemLocation location)
Parameters
GridCommandItemType
commandItemType
|
GridCommandItemLocation
location
|
ControlAssert()
DragDrop(Int32, Int32)
Declaration
public void DragDrop(int draggedItemIndex, int targetItemIndex)
Parameters
System.Int32
draggedItemIndex
|
System.Int32
targetItemIndex
|
DragToSelect(Int32, Int32)
Declaration
public void DragToSelect(int startIndex, int endIndex)
Parameters
System.Int32
startIndex
|
System.Int32
endIndex
|
FindCells(Predicate<GridDataCell>)
Declaration
public IList<GridDataCell> FindCells(Predicate<GridDataCell> predicate)
Parameters
System.Predicate<GridDataCell>
predicate
|
Returns
System.Collections.Generic.IList<GridDataCell>
|
FindItems(Predicate<GridDataItem>)
Declaration
public IList<GridDataItem> FindItems(Predicate<GridDataItem> predicate)
Parameters
System.Predicate<GridDataItem>
predicate
|
Returns
System.Collections.Generic.IList<GridDataItem>
|
ScrollDown()
Declaration
public void ScrollDown()
ScrollDown(Int32)
Declaration
public void ScrollDown(int delta)
Parameters
System.Int32
delta
|
ScrollUp()
Declaration
public void ScrollUp()
ScrollUp(Int32)
Declaration
public void ScrollUp(int delta)
Parameters
System.Int32
delta
|
SelectItem(Int32)
Declaration
public void SelectItem(int itemIndex)
Parameters
System.Int32
itemIndex
|
SelectItems(Int32[])
Declaration
public void SelectItems(params int[] itemIndexes)
Parameters
System.Int32[]
itemIndexes
|