ClassKendoAngularGrid
KendAngularGrid control
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Grid
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularGrid : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularGrid
Inherited Members
Constructors
KendoAngularGrid()
Initializes a new instance of the KendoAngularGrid class.
Declaration
public KendoAngularGrid()
KendoAngularGrid(Element)
Initializes a new instance of the KendoAngularGrid class.
Properties
DataItems
Gets the list of the children data items of this table.
Declaration
public IList<KendoAngularGridDataItem> DataItems { get; }
Property Value
Groups
Shows the groups by which the grid is grouped as a comma-separated string
IsGroupable
Shows whether the KendoAngularGrid is groupable
SelectedItemsCount
Gets the count of selected items.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ClearSelection()
Clears all selected items in the KendoAngularGrid.
Declaration
public void ClearSelection()
FindItems(Predicate<KendoAngularGridDataItem>)
Gets a list of all data items matching the given predicate.
Declaration
public IList<KendoAngularGridDataItem> FindItems(Predicate<KendoAngularGridDataItem> predicate)
Parameters
predicate
Predicate<KendoAngularGridDataItem>
The predicate to search for.
Returns
IList<KendoAngularGridDataItem>
The list of the data items matching the given predicate.
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectItemByIndex(int)
Selects KendoAngularGrid item by index.
Declaration
public void SelectItemByIndex(int index)
Parameters
index
The index of the item to be selected.