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
90
ColumnChooser misbehavior
posted

I have a grid that has been 'styled' where the column header background color is not 'default'. When I display the ColumnChooser the Header background is 'default' but the text color is from my 'style' (white). Due to this behavior the end users cannot read the columns (white on light grey). I have attempted to set the appearance in the BeforeColumnChooserDisplayed event with no luck.


Also, the column chooser seems to be ignoring the 'excludeFromColumnChooser'  property.

 

Using 7.1

 

Parents
No Data
Reply
  • 90
    Verified Answer
    posted

    Answered my own questions I guess.

    Issue 1: DisplayLayout.Override.HeaderStyle must not be 'Default' in order for the Chooser to style itself to the source grid. 

    Issue 2: Columns ignoring the ExcludeFromColumnChooser property.

    Resolution: If you selected 'SingleBandSupport for MultipleBandSupport you MUST set CurrentBand. 

     

Children