Content-Length: 89380 | pFad | http://www.telerik.com/aspnet-core-ui/documentation/html-helpers/chartwizard/events

ASP.NET Core Chart Wizard Events - Telerik UI for ASP.NET Core
New to Telerik UI for ASP.NET CoreStart a free 30-day trial

Events

The Telerik UI Chart Wizard for ASP.NET Core exposes multiple events like Change, Open, Close, and more, that allow you to control the behavior of the UI component.

For a complete example on basic Chart Wizard events, refer to the demo on using the events of the Chart Wizard.

Handling by Handler Name

The following example demonstrates how to subscribe to events by a handler name.

Razor
    @(Html.Kendo().ChartWizard<Product>()
        .Name("chartWizard")
        .Events(ev => ev.Change("onChange"))
        ... //Additional configuration
    )

Handling by Template Delegate

The following example demonstrates how to subscribe to events by a template delegate.

Razor
    @(Html.Kendo().ChartWizard<Product>()
        .Name("chartWizard")
        .Events(e => e.Change(@<text>
            function() {
                // Handle the Chart Wizard Change event inline.
            }
            </text>)
        )
        ... //Additional configuration
    )

Next Steps

See Also









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://www.telerik.com/aspnet-core-ui/documentation/html-helpers/chartwizard/events

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy