Skip to content

Commit 4e88bf2

Browse files
authored
Merge pull request #2 from Backiaraj/DataGrid
Modified the DataGrid reference link
2 parents dda2d1b + 0212e02 commit 4e88bf2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# 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

Comments
 (0)