Class KendoAngularGrid
Inheritance
System.Object
    
    
    
    
    KendoAngularGrid
  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.Angular.Grid
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public class KendoAngularGrid : KendoAngularContainerControlBaseConstructors
KendoAngularGrid()
Declaration
public KendoAngularGrid()KendoAngularGrid(Element)
Properties
DataItems
Declaration
public IList<KendoAngularGridDataItem> DataItems { get; }Property Value
| System.Collections.Generic.IList<KendoAngularGridDataItem> 
 | 
Groups
Declaration
public string Groups { get; }Property Value
| System.String 
 | 
IsGroupable
Declaration
public bool IsGroupable { get; }Property Value
| System.Boolean 
 | 
SelectedItemsCount
Declaration
public int SelectedItemsCount { get; }Property Value
| System.Int32 
 | 
Methods
AssignElement(Element)
ClearSelection()
Declaration
public void ClearSelection()FindItems(Predicate<KendoAngularGridDataItem>)
Declaration
public IList<KendoAngularGridDataItem> FindItems(Predicate<KendoAngularGridDataItem> predicate)Parameters
| System.Predicate<KendoAngularGridDataItem>
        predicate 
 | 
Returns
| System.Collections.Generic.IList<KendoAngularGridDataItem> 
 | 
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()Overrides
SelectItemByIndex(Int32)
Declaration
public void SelectItemByIndex(int index)Parameters
| System.Int32
        index 
 |