Hi,
When i do this code for dynamically changing the selected row of my grid, the rowselector cursor at left don’t move with the selected row :
‘**********************************************************
Dim row As Xceed.Grid.DataRow = MyGrid.DataRows.Item(index)
MyGrid.SelectedRows.Clear()
MyGrid.SelectedRows.Add(row)
‘**********************************************************
My row is well selected but the cursor of the rowselector is not opposite. Why ?
Thx a lot.
Pierrick
Imported from legacy forums. Posted by Pierrick (had 2586 views)