For RadDatePicker once i use the EnableEmbeddedSkins="false" and ImagesPath="~/App_Themes/Default/Gray/Calendar". I don't see the triangle error icon inside the input box and the input box is not highlighted in red like before. Where are those images?
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 06 Feb 2009, 08:46 AM
Hi Jomey,
The error icon and border color depend on the skin being used by the RadDateInput control, which is integrated inside RadDatePicker. Possible causes for the missing styles are:
1) No RadDateInput skin is registered on the page
2) No such styles are present in the registered non-embedded skin
3) The error icon cannot be found by the respective CSS style in the skin (riError CSS class)
By the way, the Gray skin does not have a red border for the RadDateInput's invalid state, so if you are using a modified Gray skin, please add a red border color for the riError CSS class.
Best wishes,
Dimo
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.