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