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

Border Color Validation Fail for ComboBox, AutoComplete and MultiSelect

1 Answer 426 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Irving
Top achievements
Rank 1
Irving asked on 23 Sep 2016, 04:26 AM

Hi, 

I'm tring to change the border color of my inputs when some filed is required, I did accomplish using a sugestion a found on other thread adding those lines on the css

.k-widget > span.k-invalid,
input.k-invalid
{
  border: 1px solid #A90329 !important;
}

 .k-tooltip-validation {
    visibility: hidden
   
  }

 

But this seems not to be working for controls like multiselect, combobox or autocomplete controls, do you have any suggestion?

 

Thnaks

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 26 Sep 2016, 11:44 AM
Hello Irving,

For the DropDown widgets you can refer to the following forum thread, where an approach for adding a border to the wrapping elements is suggested:
Hope this helps.


Regards,
Konstantin Dikov
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Irving
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or