GridItemChangeEvent
Represents the object of the onItemChange
Grid event.
Name | Type | Default | Description |
---|---|---|---|
dataIndex |
|
Zero based index of the data item. | |
dataItem |
|
The data object that represents the current row. | |
field? |
|
The field to which the cell is bound. | |
nativeEvent |
|
A native DOM event. | |
syntheticEvent |
|
A React Synthetic Event. | |
target |
|
An event target. | |
value |
|
The value of the item. |