I have a form with a RadGridView that's bound to an list of Custom Objects. Each custom object has a property that is also a list of custom objects of a different class. I added a child template to the main grid for this property and created a relation between the two. Everything displays nicely and I can add new rows to the main grid. However, when I attempt to add a new row to one of the child grids, the row does not get added.
The general issue here is that a bindable list is already loaded in the parent object and should be available for the child grid to bind to WITH add/edit/delete functionality as long as the child list and the child objects implement the necessary interface