Currently the grid uses indexes to memorize which data row is expanded. When a new row is inserted (due to a new data item inserted in the underlying collection) before a currently expanded details row, then then expanded details view will shift to the row before (old index). This is not desirable in a scenario with a lot of adding/removing of items. It would be great if memorizing expanded details row could be bound to the data object.
Hi Thomas,
As a quick follow up on this feature request.
I am happy to share that the feature is available in the latest dev version of the Grid package.
Please, check out the examples and the documentation at the following link:
https://www.telerik.com/kendo-angular-ui-develop/components/grid/master-detail/expanded-state/
Regards,
Martin
Progress Telerik