Skip to content

Commit b1c09ac

Browse files
authored
modify the review changes
modify the review changes
1 parent 7128431 commit b1c09ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# How to use the editing related events in GridCheckBoxColumn of WinUI DataGrid (SfDataGrid)?
22

3-
The **BeginEdit** and **EndEdit** events are not triggered for [GridCheckBoxColumn](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.DataGrid.GridCheckBoxColumn.html) when check or uncheck the CheckBox control in **GridCheckBoxColumn** in [WinUI DataGrid](https://www.syncfusion.com/winui-controls/datagrid) (SfDataGrid). However, you can trigger the **GridCheckBoxColumn** when the CheckBox control is checked or unchecked by using the [CurrentCellValueChanged](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.DataGrid.SfDataGrid.html#Syncfusion_UI_Xaml_DataGrid_SfDataGrid_CurrentCellValueChanged) event.
4-
3+
The **BeginEdit** and **EndEdit** events are not triggered when you check or uncheck the CheckBox control in [GridCheckBoxColumn](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.DataGrid.GridCheckBoxColumn.html) in [WinUI DataGrid](https://www.syncfusion.com/winui-controls/datagrid) (SfDataGrid). However, you can get the notification while changing the CheckBox state by using the [CurrentCellValueChanged](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.DataGrid.SfDataGrid.html#Syncfusion_UI_Xaml_DataGrid_SfDataGrid_CurrentCellValueChanged) event.
54

65
```C#
76

0 commit comments

Comments
 (0)