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
No, I don't beleive there is. You can Submit a feature request to Infragistics
Hi Mike,
Thanks for the response.
But isn't there a way show those bands?
Hi Vitaly,
This is done to conserve space and just make the grid look cleaner. It would look odd to have a set of child column headers with no rows.