Child bands are usually positioned below their parents, sometimes next to their parents.But child bands are always positioned below each other, never next to each other.
I would like to see a parent band with a 'left' child band an a 'right' child band.Is this possible?
On option 1
If we have 3 tables ( 2 that are supposed to be in a band and 1 parent table. Child band 1 and Child band 2 are not related between them but they have a relation to the parent) Is there a way to display the 2 bands next to each other? Example
- parent child band 1 child band 2
Because setting the ViewStyleBand to Horizontal makes one band bellow the other like this
parent child band 1
child band 2
Thanks Mara
Hi,
Oh, I see... no, the grid won't do this on a band-by-band basis.It's all or nothing.
No, that is what I meant when I said "sometimes next to their parents". I want to see the children below their parents, but next to each other.As in
Yes,
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { e.Layout.ViewStyleBand = ViewStyleBand.Horizontal; }