I have a grid with 45 columns.
I allow the user to customize the grid view and choose the columns depends on her needs.
For that I placed a button in the grid toolbar that on its click I call OpenColumnChooserAsync
Is there any indication that the Column Chooser dialog is in progress, so I will use it to disable that button.
The reason: It takes time until the columns dialog is shown and the user keep clicking on that button.
I can disable it for some time, but I prepare more elegant method
With regards