RadzenSteps Final Step Event

Hello

How to make the final step trigger an event?

Thank you

Hey @Souhil_Benammour,

You can use SelectedIndex to know which step is selected. Since you know how many steps you have you can easily check if the step is final step or not.

Thank you for the reply.

I already uses SelectedIndex to know which step is selected. But what I want to do is when someone click on the "Final Step" link, trigger a process to complete the form, etc.
What I found out is that the "Final Step" link doesn't do anything unless I'm mistaken