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
Mike Saltzman"] 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. Yes, I'm saying so. Is there a workaround to prevent this bug?
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.
Yes, I'm saying so.
Is there a workaround to prevent this bug?
Mike Saltzman"] 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.
Thank you again
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.