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
210
Problem with columnchooser
posted

Hi

In my application grid I am using columnchooser control in a winform rather than inbuildcolumnchooser.

The grid has only one band and lots of columns under different groups. I am facing two major issues

1) Although I set property to display columnorder in alphabetical order ,columns in columnchooser are not displayed

in right order. It is all mixed up.

2) The checkboxes with column name in columnchooser dialog appeared as checked for those column

which are not displayed in the grid. For this reason I can't get rid of check boxes since my requirement is to display

hiddencolumn only.

Any help is highly appreciated.

Parents
  • 469350
    Suggested Answer
    Offline posted

    What version of the grid are you using?

    prabalmukherjee said:

    1) Although I set property to display columnorder in alphabetical order ,columns in columnchooser are not displayed

    in right order. It is all mixed up.

    The only thing I can think of here is that this is either a bug that was fixed a long time ago, or else there is some kind of timing issue at work.

    Are you able to duplicate this in a small sample project and post it here?

    prabalmukherjee said:

    2) The checkboxes with column name in columnchooser dialog appeared as checked for those column

    which are not displayed in the grid. For this reason I can't get rid of check boxes since my requirement is to display

    hiddencolumn only.

    I have never heard of this happening, and I don't know how it could happen. If you can duplicate this in a small sample, I'd be happy to take a look at it for you and see what's wrong.

Reply Children