How to set highlight on a DataGrid controller?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I select a row(Row A) on a DataGrid controller. Row A is highlighting.
And then I make the current record jumping to another row(Row B) by
programming, for example, calling MoveLast. However, although Row B gets
focus now, the highlighting is still on Row A. I want Row B to get
highlighting automaically in this case. How to do it? Thank you!
 
Back
Top