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
410
Child rows are not displaying
posted

I have a ultrawingrid on a form bound to a collection of business objects.  The business object has a child collection that is also displayed in the grid as a child band.  I am updating the child collection in the beforerowexpanded event.  When new items are added to the object however, the grid does not display them.  I have stepped through the code in the debugger and the e.Row.ListObject given shows the correct elements, the grid just doesn't display them.

 Has anyone else seen this issue and have a possible workaround?  I have even tried calling the DataBind method on the grid and it still does not display the new data.  Note that when I remove all items from the collection, the grid does reflect the changes, but if I add or remove items (leaving at least one) it does not.