This is a migrated thread and some comments may be shown as answers.

Retrieve values from dynamically created steps

1 Answer 66 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Ivan
Top achievements
Rank 1
Ivan asked on 04 May 2020, 04:51 AM

Hi,

I am trying to build an application with a RadWizard which have 3 steps.  All 3 steps are loaded from other user controls which has numbers of fields on each.  

My questions is is it possible to get the fields values from OnActiveStepChanged and OnNextButtonClick from the code behind of the RadWizard itself?  

Thanks

Ivan

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 06 May 2020, 11:04 AM

Hello Ivan,

I am sharing below the answer from the duplicated support thread for better visibility from the community.

The RadWizardSteps are not NamingContainers, which means you can access the UserControls as if they are not in the WizardStep.

With that said, you can use these server-side events to access the UserControls by ID and get the inner controls and their value.

Regards,
Peter Milchev
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Wizard
Asked by
Ivan
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or