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
215
Grouping 2 columns as one
posted

In the ultrawingrid is it possible to have 2 seperate cells under 1 column heading?

The 2 cells are related so I want the user to know this and enter both values in.

Parents
  • 469350
    Verified Answer
    Offline posted

    There are a couple of ways you can do this.

    Using Groups, you can group related columns together. You do this by adding Groups to the Band, then assigning each column to a group. If you have groups, then every column must be in a group in order to be visible. 

    The other way to do it would be to use RowLayouts.You would set the LabelPosition on the two columns in question to None. Then create a dummy unbound column whose LabelPosition is LabelOnly and arrange it so it spans the two columns. 

Reply Children