ASP.net MVC3 DropDownListFor int Required DataAnnotation
问题 Is there a way to trigger client-side validation for the select list created by DropDownListFor? The select list that gets created by the helper doesn't seem to get the "data-val" or "data-val-required" attributes that text inputs get for client-side validation. The validation does occur on the server-side when I check ModelState.IsValid, and the validation message is then displayed on the subsequent page load. I set a default option of "Please Select..." on the list because I want the user