How to force editing of a DataGridComboBoxColumn?

Posted by Néstor Sánchez A. on Stack Overflow See other posts from Stack Overflow or by Néstor Sánchez A.
Published on 2010-06-15T06:12:28Z Indexed on 2010/06/15 7:22 UTC
Read the original article Hit count: 331

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about datagrid