SelectionDirective
A directive which stores the row selection state of the Grid in memory (see example).
Selector
[kendoGridSelectBy]
Inputs
Name | Type | Default | Description |
---|---|---|---|
columnKey |
| Defines a function that determines the column key of a data cell. The function should return an unique value for each column. By default, the Grid uses the column index as a column key. | |
selectedKeys |
| Defines the collection that will store the selected item keys. | |
kendoGridSelectBy |
| Defines the item key that will be stored in the |
Events
Name | Type | Description |
---|---|---|
selectedKeysChange |
| Fires when the |