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

Raddatepicker calendar popup icon

1 Answer 177 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Henrik Stig Andersen
Top achievements
Rank 1
Henrik Stig Andersen asked on 16 Mar 2009, 11:02 AM
I'm using Q1 2009 Ajax

In this version is seems the popup image next to the date textbox has been embedded in the web resources.
This causes a problem when doing full postbacks inside an update-panel (eg. uploading files)
Before I was able to set enableembeddedskins="false"   and link to the css myself - but the image is now missing.

What to do?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 16 Mar 2009, 12:17 PM
Hello Henrik,

You can use regular images with RadDatePicker if you set an ImageUrl property to the respective popup button. For example:

<telerik:RadDatePicker>
      <DatePopupButton  ImageUrl="......"  HoverImageUrl="...." />
</telerik:RadDatePicker>

You can take any image you like - either from previous versions of RadDatePicker, or you can extract the button images from the latest sprite image.

Let us know if you need more information.

Sincerely yours,
Dimo
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Calendar
Asked by
Henrik Stig Andersen
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or