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!
When column does not have explicitly defined width, is set to autoFit and is hidden by default, it will not appear after being selected in column chooser until some action requiring repaint like sorting is performed or grid refreshed trough API.
Steps to reproduce:
actionComplete: (args) => { if (args.requestType == 'columnstate') { grid.refresh(); } }