View Single Post
Newbie Member
25Apr2008,12:57  
excavator's Avatar
you can use datagrid.currentcell property
Code:
datagrid.CurrentCell = New DataGridCell(r, c)
where r = index of the selected row and c = index of the column

hope this help