Hi,
I have implemented a DataGrid Master Detail Hierarchy in my project and it works well.
Now, i I try to make editable the two data grid with datagrid-inline-edit tutorial.
I succeeded in doing for the first datagrid but for the second, it seems to be more difficult.
When I try to edit the row of the seconde grid, i get this error :
"The render handle is not yet assigned."
Do you know if it's possible to make editable the seconde grid too.
Regards,