Completed
Last Updated: 18 Jan 2016 09:30 by Jesse Dyck
ADMIN
Julian Benkov
Created on: 11 Jun 2012 03:31
Category: GridView
Type: Feature Request
2
ADD. RadGridView - CRUD support for child levels in object-relational hierarchy mode
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.
1 comment
Jesse Dyck
Posted on: 11 Jun 2012 07:37
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