New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Chart Wizard Local Data Binding
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API HTML HELPER APIDescription
The Telerik UI for ASP.NET Core Chart Wizard supports local data binding that enables you to pass an arbitrary Model directly within the boundaries of the component.
To implement local data binding, you need to return a data collection from the Controller
to the View
. For example, add a Model to the View
, pass the data through a Model
property, and then pass the data collection either to the constructor of the component or to the BindTo()
option. Also, you must specify the Model properties within the DataColumns()
configuration.
In this example, the local data collection that is available in the View is set to the constructor of the Chart Wizard.