jbenson001
Programmer
When using the datagridview in .NET 2.0, the first row is selected by default. I would like the grid to appear with no rows being selected. I looped through the rows colletion and set the selected property to false for each row, however, the first row is always showing as selcted. Is there anyway to show the grid with no rows selected by default?
Thanks,
Jim
Thanks,
Jim