This question is locked. New answers and comments are not allowed.
using Telerik.Web.MVC 2011.414.340
trying to have a dropdownlist bound to list and this field is optional
i do it in Html.DropDownList while setting the "optionLabel" parameter
how do i do it in Telerik.DropDownListFor
-i tried setting selected index to -1 but i got the following error
"index" cannot be negative.
trying to have a dropdownlist bound to list and this field is optional
i do it in Html.DropDownList while setting the "optionLabel" parameter
how do i do it in Telerik.DropDownListFor
-i tried setting selected index to -1 but i got the following error