Is there a way of selecting all rows directly? (like selectall)
grid.Selected.Rows.AddRange(grid.Rows)
Thanks