radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.52k stars 785 forks source link

[RadzenSteps] Programatically move forward #104

Closed MPapst closed 3 years ago

MPapst commented 3 years ago

Is your feature request related to a problem? Please describe. I want to offer a Wizard like Component using RadzenSteps. On the first step is a input to enter a identifier which must exactly match. When found, the step can move forward automatically (for the user conveneince).

Describe the solution you'd like Can the NextStep method be used for this? Do you see any impact when setting this one to public that I did not put into account?

Describe alternatives you've considered Setting the SelectedIndex Property from the outside results in a warning from Blazor: image

enchev commented 3 years ago

Hey @MPapst ,

You can use our forum for questions: https://forum.radzen.com/

MPapst commented 3 years ago

Hi @enchev,

sorry but I think there is a misunderstanding. I just wanted to ask if there are any impact before providing a pull request. I'll ask in the forum and come back to the issue when a pr is required :)