Hi -
I have the column chooser enabled for a grid and it does not seem to show up. In my InitializeLayout method, I have:
MyGrid.DisplayLayout.ColumnChooserEnabled = DefaultableBoolean.True;
Yet when I load up the app, I do not see the typical button to bring up the column chooser.
Is there anything else I should be doing or possibly something I am doing by accident that prevents the column chooser from being enabled?
Thanks!
Hello Elondon,
Could you please try to set property:
- this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderStyle = RowSelectorHeaderStyle.ColumnChooserButton;
Please let me know if you have any questions.
Regards