New to Kendo UI for Angular? Start a free 30-day trial
ColumnResizeArgs
The returned type of the columnResize
event.
column
The resized column.
newWidth?
number
The new width (in pixels) of the column.
oldWidth
number
The actual width (in pixels) of the column prior to resizing.