Steps on an Add Form

Hello Radzen team,
i created a Steps Control on an Add page (Add Schaden). I deleted the original form and placed a new one with a Steps control with 3 Steps (more to follow).

Video

When i start the App and click on Add (Schaden) i see the fields from Step one and Step 3. When i click on any Step all looks fine. Its only when i freshly go to the Add Page.

What have a done wrong?

Kind Regards
Thomas

There is a chance you have set both the SelectedIndex property of the Steps component and the Selected property of some of its items. You can uncheck the latter.

Hi Atanas,
i tried this and set the selcted index of the component to 0 and unselect select properties of all steps.
Result is


then setting the selected index to 1. same result.

Behaviour is like shown in this Video

Kind Regards
Thomas

Try setting the selected index to ${0} or leave it empty. Setting it to just 0 causes a problem at the moment (Angular treats it as a string and not a number).

Hi Atanas,
that worked!

Thank you very much!

Regards
Thomas