I am trying to add a form inside a hierarchy grid in place of nested grid using clientdetailtemplateid but it's not getting bounded.
1 Answer, 1 is accepted
0
Tsvetomir
Telerik team
answered on 16 Mar 2021, 04:14 PM
Hi Debosmita,
In order to bind the form to the data item in the parent grid, you would have to use the MVVM approach. Namely, all of the inputs of the form should have the data-bind attribute assigned to the respective field.
After that, within the DetailInit event of the grid, access the parent row and bind it to the format via the bind() method