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
195
Customizing infragistic grid
posted

Hi,

In my windows application I am using  infragistic ultra grid with two bands as shown in the image.

The requirement is to have an appearence like the image given below.

 

The  data in the band(0) header shouldbe at the left.

Is it possible to customize the  infragistic grid like this?.

Thanks ,

Jithu

 

Parents
No Data
Reply
  • 469350
    Offline posted

    It appears that you are making the assumption that every parent row only has one child row. If that's the case, then building a data source which combines the parent and child data into one row and then using a RowLayout might be a good way to go.

    A RowLayout won't get you all the way there if these are two different bands, though.

    You may also want to change the ViewStyleBand (on the grid's DisplayLayout) to horizontal. That will make the child rows show up to the right of the parent rows.

    You will have to play around a bit with the rows heights, though.

Children
No Data