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

Breadcrumb style label on each step

1 Answer 58 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 08 Jul 2019, 10:11 AM

All,

I have a requirement that build up essentially a connection string based on the user selecting one value from each step on a 5 step wizard. I was wanting to show the progress of this string being built up when each value selected selected and on each step, ie on selected the value in step one the it displays it underneath the progress bar and when the user moves to the next step the value is there and updated to include the value selected in step two etc

I currently have a series of labels on each step incrementally number L1, L2, L3 (as i can't have a controlled named the same on different steps) and the values are set in the code behind.

 

Is there a more elegant way of have one control that exists on all pages and is simply updated via ajax

 

many thanks

Matt

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 11 Jul 2019, 11:53 AM
Hello Matt,

If you are doing a postback, there is a possibility to add custom attributes to the wizard steps which you can access in the OnClientLoad event. Once you have the info, you can use JavaScript to add some text under the step name in the navigation bar.

If that does not help, please provide more details and specific examples on the exact appearance that you are aiming for.

Regards,
Peter Milchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Wizard
Asked by
Matthew
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or