Combobox cell in DataGrid, Dropping down in one click instead of 2 – Possible?
I have a form that has a datagridview in it. I have bound this data with properties from a different class. The populating of the grid is working along with the populating from the dropdown is also working. The only question I have is it doesn’t matter what I do I always have to click twice to get the dropdown to dropdown. Is there anything I can do differently to get the cell to dropdown on the first click? Any help would be appreciated.
Combobox cell in DataGrid, Dropping down in one click instead of 2 – Possible?
I have a form that has a datagridview in it. I have bound this data with properties from a different class. The populating of the grid is working along with the populating from the dropdown is also working. The only question I have is it doesn’t matter what I do I always have to click twice to get the dropdown to dropdown. Is there anything I can do differently to get the cell to dropdown on the first click? Any help would be appreciated.
Combobox cell in DataGrid, Dropping down in one click instead of 2 – Possible?
I have a form that has a datagridview in it. I have bound this data with properties from a different class. The populating of the grid is working along with the populating from the dropdown is also working. The only question I have is it doesn’t matter what I do I always have to click twice to get the dropdown to dropdown. Is there anything I can do differently to get the cell to dropdown on the first click? Any help would be appreciated.
How to refresh DataGridview after selecting combo box value
The view contains multiple combo boxes that are populated with data from the database in one call.