DataGrid Row cursor control

  • Thread starter Thread starter cfyam
  • Start date Start date
C

cfyam

How can I set the row cursor(on the row header) position by C# app? The
DataGrid.Select() method can't do it!
 
cfyam,

You can get the binding context and then set the Position property to
the row you would like to set the current row cursor to.

Hope this helps.
 

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