I have a silverlight datagrid with a single editable column. This column has a combo box. To open the combo i have to click on the cell three times. Once to select the row, once to enter edit mode, and once to open the combo.
![]()
IMHO this is really bad UX so I would like the row to enter edit mode when the user does a row click or mouse over and allow the combo to be opened when with a single click.
The row would then drop out of edit mode if the user does a mouse off the row.
Is this possible? What is the best way to approach this?
Thanks, Mark