HighlightDirective
Directive
Stores the row and cell highlight state of the Grid.
Definition
Package:@progress/kendo-angular-grid
Selector:[kendoGridHighlight]
Syntax:
TS
<kendo-grid kendoGridHighlight="ProductID"></kendo-grid>
<kendo-grid [kendoGridHighlight]="myKey"></kendo-grid>
Inputs
highlightColumnKey
string | (column: any, columnIndex: number) => any
Sets the column key for a data cell. The Grid uses the column index as the default column key.
Stores the highlighted items keys.
Default:
[]
kendoGridHighlight
string | (context: RowArgs) => any
Sets the item key to store in highlightedKeys. The Grid uses the row index as the default item key.
Events
Emits when the highlightedKeys collection changes.