Hello,
is there any way to show my column chooser within the ribbon? For example as a DropDownButton that when it is clicked drops
the list of column chooser fields.
Yes. Place a ColumnChooser control on the form and set it's SourceGrid to the grid you want.Then put a ControlContainerTool on the Ribbon and set it's control property to the ColumnChooser.