I have a datagridview control on a form that I'm trying to select programmatically. My problem is, it's selecting the row in the grid when I use
Datagridview1.rows(Index).selected = True
However there is a margin on the left side of the datagrid that only get's the focus (or the little triangle identifier) when I click the row with my mouse.
Does anyone know how I can have this row fully selected using code. When I try to run another function of my form it's crashing because the datagridview is not fully selected.
I hope I am explaining this correctly, this seems like it should be simple but I am so new to datagridview programming that I am having many problems.
Any help from this forum would be greatly appreciated.
Thanks,