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

Date & Time Picker

1 Answer 103 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Siddharth
Top achievements
Rank 1
Siddharth asked on 12 Dec 2008, 02:57 PM
Hi,

I am using RadDateTimePicker for which i am not able to link images from the calendar folder like arrorRight.gif, fastNavRight.gif, arrowLeft.gif and fastNavLeft.gif.

I have taken th following from :http://www.telerik.com/help/aspnet-ajax/calendar_appearanceskins.html
Set the ImagesPath property to specify the location the the navigation images in the titlebar. RadCalendar will look for the following images in the specified location: arrorRight.gif, fastNavRight.gif, arrowLeft.gif and fastNavLeft.gif. Alternatively to using ImagesPath, you can set the location of each image separately.

How do I set ImagesPath from css file.


Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 13 Dec 2008, 12:57 PM
Hi Siddharth,

CSS files are not used for setting of control properties.

You can set ImagesPath declaratively or programmatically, for example:

<telerik:RadDateTimePicker
    ID="RadDateTimePicker1"
    runat="server"
    ImagesPath="~/MyCalendarImagesFolder/"   />


When using a custom skin, you can go without setting ImagesPath .In this case you will have to set background images for all RadCalendar's buttons in the CSS file using the respective CSS classes.

Let us know if you need more information.


Sincerely yours,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
Siddharth
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or