I use ultragrid. It contains 2 bands
If i do not use group columns in parent band, when grid has equal columns size in child bands and parent bands. And if I change parent band column size in designer or in application (after build) column size in child band changed automatic.
but if I use group columns, automatic settings fails
Thank you. I try it.
The columns in all bands are synchronized by default. But once you have groups, then only the group widths are synchronized. There is no automatic way to have the columns stay synchronized when there are groups.
You can probably achieve what you want using the BeforeColPosChanged event. This event fires any time a column width or position changes. So you could set the width on the corresponding column in the other band.
I have the same question. Where you able to come up with the solution?
Thanks,