Kendo.Mvc.UI.Fluent.StepperEventBuilder
Defines the fluent API for configuring the Kendo Stepper for ASP.NET MVC events.
Methods
Activate(System.String)
Fires when a new Step has been selected upon user interaction.
For additional information check the activate event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the activate event.
Select(System.String)
Fires when the user clicks on a Step to select it.
For additional information check the select event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the select event.