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
40
Child band alignment
posted

Hi,

I currently use an UltraGrid with a band / child band system.

The child band actually has one column less than its parent and thus the grid is shown as below :

ParentCol1 | ParentCol2 | ParentCol3 |

ChildCol1   | ChildCol2   |

 Is there a way to align child band on the rightmost parent cell?

E.g :

ParentCol1 | ParentCol2 | ParentCol3 |

                   ChildCol1   | ChildCol2   |

 Thanks!

Parents
No Data
Reply
  • 469350
    Offline posted

    There's no property to align it exactly. What you can do is set AllowColSizing to free to allow the column in each band to size independently. Then you can set the Indentation on the Child band to shift it over to the right. 

Children