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
2145
Exclude from column chooser appears not to work correctly.
posted

Hi All,

Normally I don't have an issue with this but it appears not respect the option in the following situation.

When I load a layout in it may be from a previous version where the column was once visible. So what I do once the layout and datasource is assigned I loop through and hide/exclude certain columns after the layout is loaded which is after the datasource is assigned. Although it respects the hidden property it does not respect the ExcludeFromColumnChooser property. Is there something I am missing? Is there a refresh column chooser or something I need to call to make the grid respect it?

I know there was an issue in 2009? But I am on 12.2, so I thought that bug was fixed?

Alex

Parents
  • 469350
    Offline posted

    Hi Alex,

    I'm not aware of any problems with this property. My guess is that your code is either not setting it to what you think you are setting it to, or else some other piece of code is changing the property after you set it.

    Have you tried checking the property at run-time, like maybe in the BeforeColumnChooserDialog event of the grid to make sure it's still set to what you think it is?

Reply Children