You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How to use the editing related events in GridCheckBoxColumn of WinUI DataGrid (SfDataGrid)?
2
-
This example illustrates how to use the editing related events in GridCheckBoxColumn of WinUI DataGrid (SfDataGrid).
2
+
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.
Take a moment to peruse the [WinUI DataGrid - Column Types](https://help.syncfusion.com/winui/datagrid/column-types) documentation, to learn more about column types with code examples.
0 commit comments