I want to disable the first element "Accreditation" as it is only a label but when it gets selected I get exception. To avoid it it should be disable by-default and after it next first element should get selected
@Html.DropDownListFor(model => model.ReportTemplate.AccreditationId,
Model.lstAccrediation,
"Accreditation",
new { @class = "selectmenu", @id = "ddlAccreditationId",
data_val = "false" })