Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
function onResizeStop(args) {
console.log(args.column.width)
}
It gives the wrong column width value when I resize the column by double-clicking:
https://app.screencast.com/oRaWdKr92GAN1
It works correctly when I press the mouse button once and move to a new position.
How can I get the correct column width value when a column is resized by double click?
Currently for double click on column resizing seperator, autoFit action purpose, we didn't have event for capturing/accessing column resized width purpose. so need to provide autoFit action purpose capturing public event.