New to KendoReact? Learn about KendoReact Free.
GridColumnResizeEvent
Represents the object of the onColumnResize
Grid event.
Name | Type | Default | Description |
---|---|---|---|
columns |
|
The current columns collection. | |
end |
|
Indicates that resizing is complete and the user has dropped the resize handler. | |
index |
|
Deprecated. Use | |
nativeEvent |
|
A native DOM event.
Can be | |
newWidth |
|
Deprecated. The new width of the column. | |
oldWidth |
|
Deprecated. The actual width of the column prior to resizing. | |
target |
|
An event target. | |
targetColumnId? |
|
The id of the clicked/dragged column. When the callback source is not user action (e.g.: method call), contains only the first column id from the list. |