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 disable the row selection while clicking on the checkbox column in wpf and uwp datagrid?
2
-
This example illustrates how to disable the row selection while clicking on the checkbox column in wpf and uwp datagrid
1
+
# How to disable the row selection while clicking on the checkbox column in WPF DataGrid (SfDataGrid)?
2
+
3
+
This example illustrates how to disable the row selection while clicking on the checkbox column in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid).
4
+
5
+
A row will be selected by default when clicking any column in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid). You can disable the selection when clicking checkbox column by overriding the [ProcessPointerPressed](http://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.GridSelectionController~ProcessPointerPressed.html) method in [GridSelectionController](http://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.GridSelectionController.html).
0 commit comments