Hi
I have a master detail grid. I have enabled CRUD on the child grid.
The child grid does not correctly update after an edit.
eg
If there are 2 rows in the child grid and 1 edit the last row to remove it from the grid I get an error
0x800a139e - JavaScript runtime error: HierarchyRequestErrorUnhandled exception at line 10, column 2381213 in http://localhost:62974/Scripts/ej/ej.web.all.min.js
If I edit the first of the 2 rows nd remove it from the grid the child grid is displayed but with 2 copies of the second row. The datasource is correctly returning 1 row !
Is CRUD on a child grid nor supported or is this a known issue ??
Regards
Martin