dataGrid.Select() lack something?

  • Thread starter Thread starter ___Newbie___
  • Start date Start date
N

___Newbie___

Select() method highlights the row specified but does not make it the
current row. When querying CurrentRowIndex property, it still remains where
it was. How can I also change the current row index?
Thanks.
 
Hi,

The CurrentRowIndex property is read/write, you can assign a new row index
to it. However, bear in mind that it always controls the row index of the
very parent table, even if you are currently viewing a child table by having
expanded child rows with a click on the [+] icon.
 
Back
Top