How do you set the grid so that the first row is the selected row?
Thanks
if (grid.Rows.Count > 0)
grid.Rows[0].Selected = true;