Skip to content

Commit 92de0c5

Browse files
ES-975464 - Addressed concerns
1 parent 74ff845 commit 92de0c5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

MergedParentNodeCells.png

61.8 KB
Loading

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# How to merge cells in a row in wpf treegrid
1+
# How to Merge Cells in a Row in WPF TreeGrid?
22

3-
This example explains how to merge cells in a row in [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid).
3+
This example explains how to merge cells in a row in [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid) (SfTreeGrid).
44

5-
You can merge the entire column parent node using `TreeGridCoveredCellInfo`.
5+
You can merge the entire column parent node using **TreeGridCoveredCellInfo**.
66

7-
### XAML
7+
#### XAML
88

99
``` xml
1010
<syncfusion:SfTreeGrid Name="treeGrid"
@@ -14,7 +14,7 @@ You can merge the entire column parent node using `TreeGridCoveredCellInfo`.
1414
NavigationMode="Cell">
1515
```
1616

17-
### C#
17+
#### C#
1818

1919
``` c#
2020
public delegate void TreeGridRequestTreeItemsHandler(object sender, RoutedEventArgs args);
@@ -102,5 +102,4 @@ class RequestTreeItemsBehavior : Behavior<SfTreeGrid>
102102
}
103103
```
104104

105-
Note:
106-
Supports cell merging from 17.2.0.28 version
105+
![TreeGrid with merged parent node cells](MergedParentNodeCells.png)

0 commit comments

Comments
 (0)