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

Creating a wizard experience with Ajax controls

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark Williams
Top achievements
Rank 1
Mark Williams asked on 28 Apr 2010, 05:05 PM
Is it feasible to create a wizard experience using the ASP.NET Ajax controls. I have a scenario which requires 3 or 4 pages on a wizard and I'd like to do this with modal dialogs and the usual Next/Previous/Cancel buttons. Is this a viable approach and, if so, are there any samples or demos for me to consider?

Thanks.

Mark

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 29 Apr 2010, 11:24 AM
Hello Mark,

What I can offer you is to use three or four aspx pages hosted inside RadWindow instance to simulate wizard-like UI. You can navigate between the modal windows invoking the radopen client method and passing different arguments to it. The cancel button can simply close the current window. The actual layout/options on the pages that are loaded in the window depend on your custom preferences.

I hope this is applicable solution for your scenario.

Best regards,
Sebastian
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Mark Williams
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or