How to disable the row selection while clicking on the checkbox column in WPF DataGrid (SfDataGrid)?

This example illustrates how to disable the row selection while clicking on the checkbox column in WPF DataGrid (SfDataGrid).

A row will be selected by default when clicking any column in WPF DataGrid (SfDataGrid). You can disable the selection when clicking checkbox column by overriding the ProcessPointerPressed method in GridSelectionController.

KB article - How to disable the row selection while clicking on the checkbox column in WPF DataGrid (SfDataGrid)?