The application I support has a UI with a number of tabs. Each tab has it's own grid.
Is it possible to automatically/programmatically close (if the user opened) the column chooser when the tab loses focus?
Hello,
My recommendation for this is to handle BefoureColumnChooserDisplayed to get a reference to the column chooser, then call the Close method on the dialog when the tab loses focus.
Please let me know if you require any further assistance with this implementation.