6 lines
176 B
Text
6 lines
176 B
Text
@model object
|
|
|
|
@(
|
|
Html.Kendo().DropDownListFor(m => m)
|
|
.BindTo((SelectList)ViewData[ViewData.TemplateInfo.GetFullHtmlFieldName("") + "_Data"])
|
|
)
|