New to Kendo UI for Vue? Start a free 30-day trial
GridHeaderSelectionChangeEvent
Updated on Mar 31, 2026
Represents the object of the onHeaderSelectionChange event.
| Name | Type | Default | Description |
|---|---|---|---|
dataItems |
|
The current Grid leaf data items. | |
event |
|
A specific native DOM event which is fetched by Vue. | |
field? |
|
The field of the column in which the cell is located. | |
select |
|
The new SelectDescriptor based on the user action. | |
target? |
|
An event target. |