datagridviewcomboboxcell
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have a datagridview with a comboboxcell.When I try to select an item in this column the mouse goes on the last item and I must find a way to make the mouse go on the first item. For example: the items in my comboboxcell are: "Month","Day","Year". The mouse goes on "Year" but I want the mouse to go on "Month". Thanks.