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
i tried
this.CurrentCell = new DataGridCell(-1, -1);
but it causes my try catch to catch.
Know of a better way?
Thank you