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
308
Regarding multiple row headers at run time
posted

Hi,

I have UltraGrid bound to a data source at run time.

I need to have headers in following format.

 

 

I want to achieve above header format at run time.

Please Help!

Parents
  • 469350
    Suggested Answer
    Offline posted

    What version of the grid are you using?

    It looks like you might need to use nested groups in order to acheive this layout. But it's not really clear to me if there are groups here or if they are just columns that span other columns.

    If you want nested groups, you would have to use v9.1 of the grid and use the new RowLayoutStyle with groups. If they are all just columns, then you could use a regular RowLayout in any version of the grid.

Reply Children