Skip to content

Commit e251d8c

Browse files
Update README.md
1 parent 415dba5 commit e251d8c

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,8 +1,8 @@
1-
# How to change the checkbox column values based on selection in wpf treegrid
1+
# How to Change the Checkbox Column Values Based on Selection in WPF TreeGrid?
22

3-
This sample illustrates how to change the checkbox column values based on selection in [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid).
3+
This sample illustrates how to change the checkbox column values based on selection in [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid) (SfTreeGrid).
44

5-
In `TreeGrid`, you can select multiple rows using the [SelectionMode](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_SelectionMode) property. You can process the CheckBoxSelection using [TreeGridCheckBoxColumn](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.TreeGridCheckBoxColumn.html) and a boolean property called `IsSelected` in Model. You can also select all the rows in `TreeGrid` by defining the CheckBox in header cell of `GridCheckBoxColumn` using [GridColumn.HeaderTemplate](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_HeaderTemplate).
5+
In TreeGrid, you can select multiple rows using the [SelectionMode](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_SelectionMode) property. You can process the CheckBoxSelection using [TreeGridCheckBoxColumn](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.TreeGridCheckBoxColumn.html) and a boolean property called **IsSelected** in Model. You can also select all the rows in TreeGrid by defining the CheckBox in header cell of **GridCheckBoxColumn** using [GridColumn.HeaderTemplate](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_HeaderTemplate).
66

77
``` c#
88
public static class Commands

0 commit comments

Comments
 (0)