Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
Required combo
posted

Hi,

I would like to use a "Required option" when using "@Html.ComboFor" helper.

I would like a message displaying when the form is submited and no value is selected in the Combo, something working like the validation of the textEditor when the field is required.

There is no "required" option in the combo helper. So How can I achieve this ?

Thanks.