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
2150
Column Chooser in XamGrid
posted

The column chooser window seems to open as a modeless, top-level popup.  It is a bit of a frustration since I might launch a modal dialog and, if the user happens to have the column chooser popup it will actually overlay my unrelated modal dialogs.

Are there any solutions?  I could sprinkle in a method call that closes the column chooser (if open) but this would need to happen for every modal dialog that might open.

I'm investigating the style for the ColumnChooserDialog but I don't see what I might change there to fix the problem.  I'm also looking at the XamGrid's ColumnChooserSettings which doesn't have anything for me either.

I think I want a very simple solution if possible.  For example, just making the column chooser into a modal window during the "ShowColumnChooser()" method call would be nice.  Or find a way have it hide itself when it loses focus?  Hopefully someone has an idea for me. 

Parents Reply Children
No Data