RadzenSteps Change Event

A registered change handler for the Change event does not fire when using Next and Previous buttons. It only fires if you click on the Step "breadcrumb" at the top

Example:
RadzenSteps Change="StepChanged">...</RadzenStepsItem</Steps

@code{
private void StepChanged(int nextIndex)
{
// handle event
}
}

Fixed and the fix will be part of our next update!

This was very helpful. One followup question how would i handle the cancel of the step change

For example when user press next on index 1 and i dont want to go to index 2. remain on index 1

Hello,

Could you solve this?

For example when user press next on index 1 and i dont want to go to index 2. remain on index 1

Thank you.