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
555
Blank child band in multi-band grid.
posted

Hi.

Recently i've encountered some kind of strange behavior in multi-band grid.

I'm using databound grid, with simple List<> as datasource. Each element of the list might (and usually does) contain additional List<>, which contents displayed as child band. This is not limited to only one level. The problem is that fourth (and deeper) level bands displayed as blank row (no empty cells, just blank space) when expanded, either programatically or using expansion in UI. Only after I click one of the bands in the grid, all four level bands become instantly visible. The data is most surely present. I've also tried to call row.Activate and row.Update methods on InitializeRow event.

Your help will be most appreciated since this issue is driving me nuts.

Thanks.