How to create Optgroup In Dropdownlist .Net MVC 4?
4041
11-Feb-2015
How to create Optgroup In Dropdownlist .Net MVC 4?
Tom Cruser
11-Feb-2015@Html.DropDownGroupListFor(m => m.location_id, data, "-- Select --", new {@data_val = "true", // for Required Validation
@data_val_required = "The Name field is required." // for Required Validation
})