Quantcast
Channel: DevExpress Support Center (Examples)
Viewing all articles
Browse latest Browse all 7205

How to organize Wizard interface within PageControl Extension

$
0
0

This example is the ASP.NET MVC implementation of the How to organize Wizard interface within ASPxPageControl example. It illustrates to organize the so-called wizard interface within the MVC PageControl Extension. It allows you to specify the predefined content of the wizard steps within the TabPages and switching between them via user interface (via clicking the TabPage's header) or programmatically (via API).

Updated: 

Starting with v14.1 this example uses jQuery Unobtrusive validation. Please refer to Unobtrusive Client Validation to learn more about it.

Question Comments

Added By: Kelly Murphy 1 at: 9/13/2016 9:48:18 PM    Please note that there is an error in the file named "ContactPartial.cshtml".

Near the bottom of the file is the line:
[C#]
buttonSettings.ClientSideEvents.Click="OnSumbitForm";
That should be:
[C#]
buttonSettings.ClientSideEvents.Click="OnSubmitForm";
Thanks!



Added By: Vladimir (DevExpress Support) at: 9/14/2016 4:48:59 AM    Hello Kelly,

Good catch. Thank you for notifying me. I have updated the sample.

Viewing all articles
Browse latest Browse all 7205

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>