Trying to use Kendo UI with native MVC validation, but if I simply include jquery.validate.js the Kendo UI DropDownList does not work correctly. it will drop down, but I cannot select anything anymore. Any workarounds or something I am doing wrong?
Share
Try using a Kendo DropDownListFor, which will work with your model’s validation attributes as you are probably expecting.