Hi,
I have used nested grid to show details on my page.
When I update data in parent row and nested grid, both - data for parent row and child grid - is updated successfully.
But when only data in child grid (detail model) is updated, it is marking it dirty, still data is not saved - may be because there's no change in parent row.
How can I get this working in all scenarios?