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
165
Can an UltraWinGrid column header span multiple columns?
posted

I can only see that this is possible in a WebGrid.  Can anyone help to determine whether this is possible in a grid with a single band of data? 

To elaborate, three of the column headers will be different geographical regions, and so I would like a header that spans above all the individual column headers that says "Regions".

I've been searching the forums and knowledge base but I can't see any clues - any help is much appreciated!

Thanks.

Parents
  • 469350
    Offline posted

     There are two ways to do this.

    1) Use Groups. You can add a Group to the band for each region and then assign each column to a group. 

    2) Use RowLayouts. This is more complex and you would need to add some unbound columns to the grid to represent the regions, then set the LabelPosition on these columns to LabelOnly and position them using the grid designer. 

Reply Children