How to change validationMessage of DropDown by css?
.k-dropdown-wrap .k-state-default{
validationMessage:"asdf";
validation-message: "cvhhh";
}
This css rule doesn't work!
1 Answer, 1 is accepted
0
Magdalena
Telerik team
answered on 18 Jan 2018, 03:41 PM
Hello Federico,
Validation message is a part of html markup so it can be customized only by JavaScript. We would like to refer you to this article about customizing Kendo validator messages.