Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1830
Tabbing Into Combobox in Edit Mode
posted

I need to tab into a xamDataGrid, which would already have the active cell set on a combobox editor, and have that cell go into edit mode upon entry.  I've discovered this is not as simple as calling StartEditMode on the CellValuePresenter in GotFocus, as that caused the event to be called multiple times when moving between grid rows, and I ended up breaking the event model.  Has anyone been able to do this successfully without breaking all the standard navigation built into xamDataGrid?

Parents Reply Children