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 :
Thanks!
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.
Is there a way of aligning all the child band columns with other child band columns in a multiple parent/child band UltraWebGrid?
How do you bind th an XML datasource if the Parent band xPath is //Bands/Parent and the ChildBands are //Bands/Parent/Child? I do not want to clip thw width of the data columns since they contain monetary values which can vary.
lizgee said: Is there a way of aligning all the child band columns with other child band columns in a multiple parent/child band UltraWebGrid? How do you bind th an XML datasource if the Parent band xPath is //Bands/Parent and the ChildBands are //Bands/Parent/Child? I do not want to clip thw width of the data columns since they contain monetary values which can vary.
I'm afraid I have no idea. You should post this question over in the WebGrid forum. This forum is for WinGrid.