I want the user to be able to put the cell into editing mode and highlight the row the cell is contained in with a single click. By default, this is double click.
H
public void ReachThisMethod(object sender) { ((System.Windows.Controls.DataGridCell)(sender)).IsEditing = true; }