Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md
documentation(DOC-3343): KB link
  • Loading branch information
9629976110 authored Sep 28, 2021
commit 9eda83e72cfd5ac1fc509a4c7a2b367d2235db2c
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
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).

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).

KB article - [How to disable the row selection while clicking on the checkbox column in WPF DataGrid (SfDataGrid)?](https://www.syncfusion.com/kb/9909/how-to-disable-the-row-selection-while-clicking-on-the-checkbox-column-in-wpf-datagrid)