The MultiSelect-control is bound to a list of strings and it's required that the user select exactly four items.
How can I validate that with Kendo Validator or ASP.Net Validation?
I have also tried to use the Required annotation on the model property, but only that doesn't work.
Neither do the Range-keyword since it only works for numeric fields.