Telerik Forums
UI for Silverlight Forum
5 answers
224 views

The new RadWizard control has the potential to be very useful. We use a lot of wizards in our application. These are all "manually" implemented currently. I had a look at the new RadWizard control and it has the potential to simplify this quite a lot.

 Currently the documentation is a bit lacking (I know it is in beta). However, some questions:

1) How can I modify the default navigation?

I tried linking to the "next" event on the wizard, and then, based on some parameters setting the SelectedpageIndex. This works well for most cases. However, how do I cancel any navigation after the "next" button has been clicked? As an example in some transitions we do some validation,which fails. An error message is displayed, but there does not seem to be an obvious way to stay on the current page. If I leave the selectedpageindex to the current page it still navigates to the next one regardless.

2) Is there any way to have a tag of some sort linked to the individual pages?

In the code with custom navigation there is a lot of reference to "if pageindex =x then do this etc.", but the value of the page index depends on the sequence in which the pages are added in the xaml. I would like to be able to assign some id in the xaml so that if we refer to a specific page in the code we always know it is the same page, regardless of the sequence in which is was added.

 

Yoan
Telerik team
 answered on 01 May 2018
4 answers
55 views
I want to use RadWizard in such a case where some grid value will be selected by user then some set of action will be called in next page. Please advice for RadWizard.
Pravin
Top achievements
Rank 2
 answered on 01 Dec 2017
8 answers
102 views
Is there a way to make wizard pages in the RadWizard not display and skip immediately to the next? right now I'm binding a bool that determines if the page should be skipped to the pages IsEnabled property and the checking the pages IsEnabled property in the SelectionChanged event if it indicates a skip i increment or decrement the selected page index based on the direction of the change, The problem seems to be that the property bindings for the page are not populated until the page is loaded for the first time. Is there way to get the behavior i'm looking for? 
Jon
Top achievements
Rank 1
 answered on 02 Jun 2017
1 answer
66 views

Hello,

in the documentation, it is specified that there is an IsContentPreserved property defined in RadWizard, starting at version Q3 2015.

Currently, this property in only specified in the WPF RadWizard.

Please implement this property or update the documentation.

Stefan Nenchev
Telerik team
 answered on 01 Aug 2016
1 answer
88 views

I noticed when I'm using (binding) the SelectedPageIndex property and I try to bind the SelectionChanging event to a command in the ViewModel it never fires. Is there any restriction to use both properties together or Are they mutually exclusive?

 Thanks in advance.

Yoan
Telerik team
 answered on 27 Oct 2015
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?