You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# How to Maintain the DetailsView Expanded Sstate when Sorting and Grouping the WPF DataGrid?
1
+
# How to Maintain the DetailsView Expanded State when Sorting and Grouping the WPF DataGrid?
2
2
3
3
This sample show cases how to maintain the DetailsView expanded state when Sorting and Grouping the [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid).
4
4
5
5
When you are processing the data operation ([Grouping](https://help.syncfusion.com/wpf/datagrid/grouping), [Sorting](https://help.syncfusion.com/wpf/datagrid/sorting)) the expanded DetailsViewDataGrid is collapsed in DataGrid.
6
6
7
7
### Grouping
8
8
9
-
You can expand all the `DetailsViewDataGrid` when processing the grouping in `SfDataGrid.GroupColumnDescriptions.CollectionChanged` event. s
9
+
You can expand all the `DetailsViewDataGrid` when processing the grouping in `SfDataGrid.GroupColumnDescriptions.CollectionChanged` event.
0 commit comments