Class KendoGrid
Inheritance
System.Object
KendoGrid
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.TestingFramework.Controls.KendoUI
Assembly: Telerik.TestingFramework.Controls.KendoUI.dll
Syntax
public class KendoGrid : KendoUIContainerControlBase
Constructors
KendoGrid()
Declaration
public KendoGrid()
KendoGrid(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
DataItems
Declaration
public IList<KendoGridDataItem> DataItems { get; }
Property Value
System.Collections.Generic.IList<KendoGridDataItem>
|
Groupable
Declaration
public bool Groupable { get; }
Property Value
System.Boolean
|
Groups
Declaration
public string Groups { get; }
Property Value
System.String
|
Selectable
Declaration
public string Selectable { get; }
Property Value
System.String
|
SelectedIndexes
SelectedItems
Declaration
public IList<KendoGridDataItem> SelectedItems { get; }
Property Value
System.Collections.Generic.IList<KendoGridDataItem>
|
Sortable
Declaration
public string Sortable { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
ClearSelection()
Declaration
public void ClearSelection()
FindItems(Predicate<KendoGridDataItem>)
Declaration
public IList<KendoGridDataItem> FindItems(Predicate<KendoGridDataItem> predicate)
Parameters
System.Predicate<KendoGridDataItem>
predicate
|
Returns
System.Collections.Generic.IList<KendoGridDataItem>
|
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectItembyIndex(Int32)
Declaration
public void SelectItembyIndex(int index)
Parameters
System.Int32
index
|