I have a DataGridView that has a few DataGridViewComboBoxColumns. When attempting to use the ComboBoxColumns they have a few user annoyances I want to resolve but don't know how.
1) PageUp and PageDown change DataGridView Rows, instead of values within the combobox when the selection window is up.
2) You have to double or triple click to get the dropdown to show. I would like it to be a single click.
The object is a standard DataGridView with no special overrides on these settings. Any help would be greatly appreciated. Thanks.