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
980
Column Chooser
posted

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!

Parents
No Data
Reply
  • 53790
    Verified Answer
    posted

    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

Children
No Data