This is a migrated thread and some comments may be shown as answers.

How to change validationMessage of DropDown by css

1 Answer 172 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Federico
Top achievements
Rank 1
Federico asked on 17 Jan 2018, 09:37 AM

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

Sort by
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.

Regards,
Magdalena
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
DropDownList
Asked by
Federico
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or