Skip to content

Commit 9c99277

Browse files
ES-976509 - Resolved the conflict and addressed the concerns
2 parents 4bde993 + dd37d24 commit 9c99277

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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?
22

33
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).
44

55
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.
66

77
### Grouping
88

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.
1010

1111
``` Csharp
1212
this.dataGrid.GroupColumnDescriptions.CollectionChanged += GroupColumnDescriptions_CollectionChanged;
@@ -38,4 +38,4 @@ private void DataGrid_SortColumnsChanged(object sender, GridSortColumnsChangedEv
3838
}
3939
```
4040

41-
![DetailsViewDataGrid are in expanded state after grouping](DetailsViewDataGridExpandedStateAfterGrouping.gif)
41+
![DetailsViewDataGrid are in expanded state after grouping](DetailsViewDataGridExpandedStateAfterGrouping.gif)

0 commit comments

Comments
 (0)