I have multiple child bands in my wingrid. I have the requirement that a specific column in each child band should expand if there is room left in the grid row. I am having a problem because the child band's columns seem to be tied together. when I resize a column in childband 1, the column in childband 2 that is directly beneath this column in childband 1 also gets resized. Even when a user resizes a column via the GUI, all columns below this column in the other childbands also gets resized. Seeing that the child bands are different entities and have different columns, why are they linked together like this? Can they be unlinked so resizing in one childband does not effect other childbands?
Thanks,
Dave Krecker
ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.Free