GridTableView
Class
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
C#
public class GridTableView : HtmlTable
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableGridTableView...
Inherited Members
Constructors
C#
public GridTableView()
Properties
C#
public bool AllowMultiColumnSorting { get; }
C#
public bool AllowMultiRowSelection { get; }
C#
public bool AllowRowSelection { get; }
C#
public string BatchEditType { get; }
C#
public bool CanInsertItem { get; }
C#
public override string ClientSideLocator { get; }
Overrides:
C#
public int CurrentPageIndex { get; }
C#
public IList<GridDataItem> DataItems { get; }
C#
public IndexesCollection EditedIndexes { get; }
C#
public IList<GridDataItem> EditedItems { get; }
C#
public IndexesCollection ExpandedIndexes { get; }
C#
public IList<GridDataItem> ExpandedItems { get; }
C#
public IList<GridGroupHeader> Groups { get; }
C#
public bool HasMultiColumnHeaders { get; }
C#
public bool IsFilterItemVisible { get; }
C#
public bool IsItemInserted { get; }
C#
public bool isMultiHeadersAreImplemented { get; }
C#
public override IFindExpression LocatorExpression { get; }
Overrides:
C#
public IList<GridDataCell> SelectedCells { get; }
C#
public IList<GridDataItem> SelectedItems { get; }
C#
public int VirtualItemCount { get; }
Methods
C#
public void CommandItemAction(GridCommandItemType commandItemType, GridCommandItemLocation location)
C#
public IList<GridDataCell> FindCells(Predicate<GridDataCell> predicate)
C#
public IList<GridDataItem> FindItems(Predicate<GridDataItem> predicate)
C#
public void ScrollDown()
C#
public void ScrollUp()