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
405
Multi Column headers in ultrawingrid
posted

Hi,

 I want multi levels of columns in Ultrawingrid like

                                  Level1

level1.1                                                       level1.2  

Level 1.1.1    Level 1.1.2   Level 1.1.1             level1.2.1  level1.2 .2 

I want three levels of column. How can we achive this using ultrawingrid

Parents
  • 469350
    Offline posted

    If you only want two levels, you can use Groups. Groups allow you to assign columns to a group, so you get two levels of headers. 

    For three levels, you would have to use RowLayouts and the Group headers would be unbound column where the column.RowLayoutInfo.LabelPosition is set to LabelOnly. So they are essentially dummy columns with no cells, just headers. The easiest way to do this is to set it up in the grid designer. 

Reply Children