How to deselect the current cell for a DataGrid?

  • Thread starter Thread starter 1001001001
  • Start date Start date
1

1001001001

I would like to deselect the current DG cell

i tried
this.CurrentCell = new DataGridCell(-1, -1);

but it causes my try catch to catch.

Know of a better way?

Thank you
 
Back
Top