New to Kendo UI for Angular? Start a free 30-day trial
HighlightDirective
Stores the row and cell highlight state of the Grid.
typescript
<kendo-grid kendoGridHighlight="ProductID"></kendo-grid>
<kendo-grid [kendoGridHighlight]="myKey"></kendo-grid>
Selector
[kendoGridHighlight]
Inputs
Name | Type | Default | Description |
---|---|---|---|
highlightColumnKey |
|
Sets the column key for a data cell. The Grid uses the column index as the default column key. | |
highlightedKeys |
|
|
Stores the highlighted items keys. |
kendoGridHighlight |
|
Sets the item key to store in |