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
375
Column chooser repeats a row for each column in the chooser
posted

Howdy folks I have a question.  My column chooser for a grid I have seems to repeat a row for every column in the grid.  In other words once the controls render my grid layout looks like this.

column1                   column2                  column 3

some value              some value             some value

My column chooser has two bars or lines at the top and an interface displaying my 3 columns.  If I slide the grey bars around I find that each of the bars is an interface that has my 3 columns listed on each of the instances. 

OK so that is not too bad, but sometimes this grid can have up to 30 columns, so now I get a column chooser filled with grey lines each one having a list of the 30 columns, and the bottom of my chooser only shows 2 columns with an arrow to scroll though the other 28 columns and select or deselect them.  I am certain I am doing something wrong in the implementation of this control, cause this is basically unusable from and end users point of view.  Can someone set me straight as to why this would be happening and what I would need to do to correct it?  I dont understand why it is repeating the chooser row for each column.  Thanks for your time and energy, and any help is greatly appreciated.

George the guy who loves these controls :-D

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi George,

    I'm not sure I understand what you are describing? Can you post a screen shot?

    It sounds like maybe your ColumnChooser has somehow gotten RowScrollRegions turned on or something like that. If that's the case, it indicates some designer corruption. Are you using the ColumnChooser built-in to the grid or a separate one you placed on a form?

Reply Children