• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

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

Grid

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.