Hi,
I have a grid with a detail template that contain a child grid.
I receive upfront data for main and child grids.
Foreach grid I need to have an inline ajax create and foreach row an inline ajax edit.
- After some research I follow the approach suggested on http://www.telerik.com/forums/grid-bind-a-clientdetailtemplate-to-a-collection-in-parent-row.
On DetailInit it populates right the data for the child, but after kendo hits "endRequest" event... delete entirely the data populated on detailInit.
- I follow this post: http://www.telerik.com/forums/clienttemplate-loaded-from-collection-in-parent-row---prevent-request.
but the add and edit features break with this approach.
In an Ideal scenario I want a grid and child grids binded upfront from the model. and be able to add or edit in an ajax way.
How can I solve this issue?