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
Difference between 8 and 9's ultraDataSource.Band.ChildBands.Clear()
posted

I'm attempting to upgrade my code from Infragistics 8.3 to 9.1.  In 8.3, clearing a data source's child band would also clear all child bands in the grid it's attached to.  In 9.1, it appears to only clear the immediate child band, and the grand child becomes the child of the root.  Is this expected behavior?  Or is there another way to clear the children?

Thanks.

-Nick

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Nick,

    What you are describing does not seem possible. The grid gets it's structure from the data source. If you are saying that the clearing of the child band is somehow creating a relationship between the parent band and the grandchild band then the data source must be doing this, there's no way it can possibly be done by the grid. Unless something is seriously wrong.

Reply Children