Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Column chooser
posted

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? 

Parents
No Data
Reply
  • 12480
    Offline posted

    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.

Children
No Data