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
1500
Band goes invisible when all rows are invisible
posted

Hi,

 I have a single band grid. After some user interaction with it all rows are set as Hidden. The grid correctly shows the header of the band and the headers of its columns.

However when I have multiple band grid with one parent band and two child bands, when in the first child band all rows are made Hidden, this band is not shown in the grid anymore. The grid displays only two bands - the parent one and the second child band. The first child band's HeaderVisible and ColHeadersVisible are both true and the band itself has Hidden set to false.

 The datasource in the multiple bands example is the DataSet with three tables and relations between them.

Why the second child band is not shown in the grid?

 Thanks,

Vitaly