GridHeaderSelectionChangeEvent
Interface
Represents the object of the onHeaderSelectionChange Grid event.
Definition
Package:@progress/kendo-react-grid
Properties
dataItems
any[]
The current Grid leaf data items.
field?
string
The field of the column in which the cell is located.
nativeEvent
any
A native DOM event.
select
SelectDescriptor
The new SelectDescriptor based on the user action.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.