DevExtreme v23.1 is now available.
Explore our newest features/capabilities and share your thoughts with us.
DataGrid API allows you to implement custom expand/collapse logic for master-detail rows. This example uses the expandRow(key) and collapseAll(groupIndex) methods inside the onSelectionChanged event handler to allow you to expand only one row at a time.