How to force editing of a DataGridComboBoxColumn?
- by Néstor Sánchez A.
Hi, I can expose a DataGridComboBoxColumn on a grid, but the user must click it twice to show its drop-down list (the first is to gain focus and enter in edit-mode).
How can I force programatically to show the drop-down list?