This question is locked. New answers and comments are not allowed.
Hi support,
How can we pass first empty selection in dropdownlist with value 0.
<select value="0" ></select>
It works for normal dropdownlist by using string .empty as below but in Telerik i couldn't figure out
@Html.DropDownListFor(f => f.OWNERSHIP_ID, Model.OWNERSHIPS, string.Empty)
Thanks
How can we pass first empty selection in dropdownlist with value 0.
<select value="0" ></select>
It works for normal dropdownlist by using string .empty as below but in Telerik i couldn't figure out
@Html.DropDownListFor(f => f.OWNERSHIP_ID, Model.OWNERSHIPS, string.Empty)
Thanks