I have a standard wizard with start, 2 steps and finish RadWizardSteps. On the Start Step I have a toggle Radbutton with the default Add New Product checked.
If I just hit the enter key nothing happens.
If I click anywhere within the wizard and hit enter the focus jumps to the built-in Cancel button and the Cancel action is performed (redirect to home page)
If I toggle to the other button Add New Product based on... This triggers some serverside code which displays a RadTextBox for the user to enter the existing product they want to base the new product on.
Entering a value in the RadTextBox and hitting enter the focus jumps to the built-in Cancel button and the Cancel action is performed.
How can I make the built-in Next button the default button?
If I just hit the enter key nothing happens.
If I click anywhere within the wizard and hit enter the focus jumps to the built-in Cancel button and the Cancel action is performed (redirect to home page)
If I toggle to the other button Add New Product based on... This triggers some serverside code which displays a RadTextBox for the user to enter the existing product they want to base the new product on.
Entering a value in the RadTextBox and hitting enter the focus jumps to the built-in Cancel button and the Cancel action is performed.
How can I make the built-in Next button the default button?