Hello,
I am using telerik example given below:
http://demos.telerik.com/aspnet-ajax/panelbar/examples/applicationscenarios/accessingnestedcontrols/defaultcs.aspx
Here i've used required field validation in step 2 as well. And thats why Next button on step 1 is not working. If click on the Next button in step 1 then application remains standstill. No operation happens unless and untill all the required values in the step 2 are filled up.
How to solve this issue? I saw this example once again. In step 3 there is one condition on the check box. But that is not a required field validator. Validation is checked using some Javascript.
So how to solve this issue? I want to use required field validations in each PanelItem. Also Next buttons are working in each panelItem and should not wait for to fill up data in next PaneIltem. And panels should expand and collapse normally on button click.
Thanks,
Prayag
I am using telerik example given below:
http://demos.telerik.com/aspnet-ajax/panelbar/examples/applicationscenarios/accessingnestedcontrols/defaultcs.aspx
Here i've used required field validation in step 2 as well. And thats why Next button on step 1 is not working. If click on the Next button in step 1 then application remains standstill. No operation happens unless and untill all the required values in the step 2 are filled up.
How to solve this issue? I saw this example once again. In step 3 there is one condition on the check box. But that is not a required field validator. Validation is checked using some Javascript.
So how to solve this issue? I want to use required field validations in each PanelItem. Also Next buttons are working in each panelItem and should not wait for to fill up data in next PaneIltem. And panels should expand and collapse normally on button click.
Thanks,
Prayag