I need to let the users change to “next” textbox, combobox or button in a form when the press the Enter key (they CAN’T press Tab…)
I’ve found a couple of solutions (set a new event for each textbox’s key pressed and set focus to the next control…) but I want this to have an easy manteinance.
Is there any magic around??
I’ve had problems even with tab navigation in silverlight…
1 Answer