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
490
Hiding repeated column headers in banded grid
posted
I have a grid with 2 bands. The parent band should display the column headers, but the sibling band should not. This was easy to configure. The problem I am having with this configuration is that when the sibling band is expanded, it causes the column headers for the parent to be shown again. How can I force the parent band of the grid to only show the column headers one time only (at the very top of the grid control)?
Parents
No Data
Reply
  • 37774
    Verified Answer
    posted

    I assume that you're using the HeaderPlacement property on the Override object.  If this is the case, what value are you using?  I would think that HeaderPlacement.OncePerRowIsland would work for the main band, since there is only one row island for that; the comments even specifically mention that if a visible child is expanded, the next sibling will still not display the row headers.

    -Matt

Children
No Data