From another post, I was able to apply the styles:-
.k-widget > span.k-invalid,input.k-invalid
{
border: 1px solid red !important;
}
Which changes textbox borders to red, where validation has failed. This works, but I would also like to apply the same style to text areas and kendo dropdown lists. How can I achieve this?
Thanks