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

Images for datepicker

4 Answers 72 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Mattias
Top achievements
Rank 1
Mattias asked on 20 Nov 2008, 02:22 PM
Hi,
where can I find the images for the datepicker gray skin?
For example: datepickerpopup.gif.

/Mattias

4 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 20 Nov 2008, 03:04 PM
Hello Mattias,

As of Q3 2008 release all RadCalendar and RadInput skins use CSS sprites instead of separate images, so that the number of HTTP requests required for a skin to load is minimal.

You can either get the images from an older release or cut the desired part of the sprite.

For your convenience I attached the requested files to the thread.

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mattias
Top achievements
Rank 1
answered on 21 Nov 2008, 07:19 AM
My self I don't need the images, it's the code that generates it!
<telerik:RadDatePicker ID="AuditDate" runat="server" Skin="Gray"  EnableEmbeddedSkins="false"  
     ImagesPath="/App_Themes/Gray/DatePicker/" Calendar-ImagesPath="/App_Themes/Gray/Calendar/"
</telerik:RadDatePicker> 
This code generates for example datepickerpopup.gif
(and I'm using Q3)
0
Accepted
Dimo
Telerik team
answered on 21 Nov 2008, 08:04 AM
Hi Mattias,

Images are requested when the ImagesPath properties for the datepicker or calendar are set. If you remove these properties, the two controls will start using embedded CSS sprites and you will not have to add anything else.


Greetings,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mattias
Top achievements
Rank 1
answered on 21 Nov 2008, 09:20 AM
Ohh, thank you! :)
The thing was that with the radgrid, it needs specified paths and because of that I thought that I needed to do the same here!


Tags
Calendar
Asked by
Mattias
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Mattias
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or