Calendar Migration
This article demonstrates the ASP.NET MVC server-side API for the Kendo UI DropDownList widget.
Server-Side API
To bind the DropDownList to any collection, define the DataTextField
. Note that all the changes described in the article on migrating the ComboBox are applicable to the DropDownList.
Other Options
OptionLabel
Html.Telerik().DropDownList().Name(“DropDownList”).Placeholder(“Select…”)
Html.Kendo().DropDownList().Name(“DropDownList”).OptionLabel(“Select…”)
See Also
To see the articles on migrating Kendo UI controls from Telerik Extensions, browse the Widgets folder.