This question is locked. New answers and comments are not allowed.
Dear Telerik-Team,
I created a custom skin using the visual style builder provided by Telerik by choosing a base color and changing some hover colors, nothing fancy.
Unfortunately now visual validation is missing, i.e. the date picker input box does NOT become red when an invalid value like 'sdkafljdsfo' :) is entered.
What could be the reasons for the missing visual validation and how could we fix it?
When we switch the theme back to one of the themes coming with the MVC components visual validation is working as expected.
Thanks a lot in advance.
Jana
I created a custom skin using the visual style builder provided by Telerik by choosing a base color and changing some hover colors, nothing fancy.
Unfortunately now visual validation is missing, i.e. the date picker input box does NOT become red when an invalid value like 'sdkafljdsfo' :) is entered.
What could be the reasons for the missing visual validation and how could we fix it?
When we switch the theme back to one of the themes coming with the MVC components visual validation is working as expected.
Thanks a lot in advance.
Jana
4 Answers, 1 is accepted
0
Hello Jana,
Best wishes,
Alex Gyoshev
the Telerik team
Can you please send your custom skin so that we may take a look at what has been generated? You can usually override the error styles like this:
.t-state-error {
border-color: red !important;
background-color:red !important;
color: red !important;
}
Best wishes,
Alex Gyoshev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
achilles
Top achievements
Rank 1
answered on 06 Dec 2011, 01:39 PM
0
The problem is caused from the not-yet-updated stylebuilder. We will be updating the application shortly -- up until now, it used the previous version of the skins that didn't contain the necessary error classes.
I have added the missing selectors to the CSS, but it is recommended to re-create the skin once the style builder is updated, next week.
Regards,
Alex Gyoshev
the Telerik team
I have added the missing selectors to the CSS, but it is recommended to re-create the skin once the style builder is updated, next week.
Regards,
Alex Gyoshev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
Jana
Top achievements
Rank 1
answered on 08 Dec 2011, 04:17 PM
Hi Alex,
thank you very much for you effort!
Kind regards
thank you very much for you effort!
Kind regards