GridColumnResizeEvent
Interface
Represents the object of the onColumnResize Grid event.
Definition
Package:@progress/kendo-react-grid
Properties
The current columns collection.
end
boolean
Indicates that resizing is complete and the user has dropped the resize handler.
index
number
Deprecated. Use targetColumnId instead.
The index of the column.
nativeEvent
any
A native DOM event.
Can be null when the callback source is not user action (e.g.: method call).
newWidth
number
Deprecated. The new width of the column.
oldWidth
number
Deprecated. The actual width of the column prior to resizing.
An event target.
targetColumnId?
string
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.