New to Telerik UI for ASP.NET Core? Download free 30-day trial
Binding to remote data
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
HtmlHelper
TagHelper
remotedatasource.cshtml
RemoteDataSourceController.cs
ProductViewModel.cs
RemoteDataSource_TagHelper.cshtml
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The UI for ASP.NET Core DropDownList supports several approaches for Data Binding including binding to remote data as shown in this demo example - the list of products is bound to data model retrieved from a database. You can also configure the DataSource for remote binding in a Razor Page scenario.