New to KendoReactLearn about KendoReact Free.

GridColumnResizeEvent

Represents the object of the onColumnResize Grid event.

NameTypeDefaultDescription

columns

GridColumnProps[]

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.

target

GridHandle

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.

Not finding the help you need?
Contact Support