How to show collapsible row in datagrid in WPF? I have 4 rows in a datagrid, and each row contains multiple rows, which means we can expand and collapse the main row.
Found the solution exactly what I want,
How to bind columns of a DataGrid in RowDetailsTemplate of another datagrid