I have a Silverlight DataGrid and want to show the RowDetails of selected rows (RowDetailsVisibilityMode="VisibleWhenSelected").
That is no problem. But at the same time I would like to hide the selected row itself. Kind of swapping a row with its details.
Setting the row Visibility to Collapsed or the Height to 0 does not work for me because then the details will also be hidden. Is there a way to handle this situation?