Can anyone help,
I have 2 grids both populated and sorted. When i click a cell on the top grid, i want to be able to jump to a row on the bottom grid that may not be currently displayed without adjusting the sort order.

This is a windows datagrid in VB.NET 2005. I know the row, and i have tried using rowselected collection, however it doesnt display the row. Again, i dont NOT want to reorder the grid, i simply want to show the row.