Hi, I have a problem saving hierarchical grid data using kendo grid. For instance, I will create new record having create new button provided by batch edit. Then expanded the row to add its details. The details also is a grid in which coming from another data source, also with create new button for it. Once I completed my inputs, I don't want to use the save changes button in the sub grid, but instead using the save changes button of the parent grid. But the problem is only the parent row data was recorded. How can I possibly get those sub details manually so that I could set it to the parent details before saving.
Thank you.
Thank you.