File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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#
2020public 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 )
You can’t perform that action at this time.
0 commit comments