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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top