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
635
Ultracolumnchooser dialog
posted

Hi,

is it possible prevent the user open more than one dialog at a time?

Now every time the user click the icon the dialog withe the columns list is shown, even if a previous dialog is open.

Thank you


Parents
  • 469350
    Offline posted

    Hi,

    Are you saying that you can show more than one ColumnChooser dialog at the same time by clicking on the ColumnChooser button in the grid while the dialog is already open?

    If that's happening, it's obviously a bug.

    Or are you referring to some other dialog that your application displays? If that's the case, then you can handle the BeforeColumnChooserDisplayed event of the grid and cancel it any time your other dialog is open. Or, you could show your other dialog modally, in which case the user will be unable to do interact with the UI on the main form while it is displayed.

Reply Children
No Data