How do I when the user clicks a cell in the DataGrid, the entire row is selected instead of just the cell is selected.
Use following code on datagrid1_CurrentCellChanged
datagrid1.Select(this.datagrid1.CurrentRowIndex);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With