How to bind a model to a kendo Combobox in order to use the models validatation?

If you use Html.Kendo().ComboBoxFor() you can bind it to a model property similar to this: Note that when doing this, you don’t need the Name() or Value() properties because they will be handled when using the ComboBoxFor() This will take care of binding the control to the model and also allow you to use the validation. Also, one thing I missed in … Read more