Unplanned
Last Updated: 02 Sep 2025 05:38 by Admin
Admin
Created on: 02 Sep 2025 05:38
Category: KendoReact
Type: Feature Request
1
Expose auto-sized column width in GridColumnResizeEvent

When a Grid column is auto-sized via double-click on the resizer, the GridColumnResizeEvent does not expose the calculated width of the column. Instead, newWidth is 0 (deprecated) and the columns entry for the target column only reflects the width before resizing. 

It would be beneficial if the auto-sized column width were exposed in the GridColumnResizeEvent (e.g., by updating newWidth or adding a new property)

0 comments