2

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?

Néstor Sánchez A.
  • 3,848
  • 10
  • 44
  • 68

1 Answers1

1

Not the exact answer to your actual question, but since the issue seems to be the need to click twice, this blog post might help. It includes a sample to enable Single-click Editing in a DataGrid.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Hans Olsson
  • 54,199
  • 15
  • 94
  • 116