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
975
Fixed Headers w/ GroupBy Mode
posted

Using the grid designer's feature picker, Fixed Headers, I've checked active and the columns to remain stationary during horizontal scrolling.

Additionally, I've set the grid's UseFixedHeader property to true.

The grid displays the fixed headers behavior in the designer as I'd expect, but running the app, no columns are pinned.  I've also got groupBy mode enabled.

Are the two modes incompatible?  Am I missing something?

Thanks,

Bill

Parents
No Data
Reply
  • 37774
    posted

    You should be able to pin an individual column when you have columns grouped, assuming that you don't have a row layout or are using Groups and Levels.  It's possible that the grouping operation is unpinning the columns, in which case you can listed to the AfterSortChange event (since sorting and grouping are closely tied) and re-pin the columns accordingly.

    -Matt

Children
No Data