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
855
DataSource.Band.ChildBands.Clear does not clear all children from Grid.DisplayLayout
posted

I'm attempting to upgrade to 9.1 and have the following code, linking a data source and grid:

ultraGrid1.DataSource = ultraDataSource1;
ultraDataSource1.Band.ChildBands.Clear();

When this is called, it only removes the immediate child band from ultraGrid1.DisplayLayout.Bands.  In version 8.2, it would remove not only the immediate child band, but all of their descendants from DisplayLayout.Bands.  Is this new behavior expected?

Thank you.

-Nick