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

shared calendars

1 Answer 90 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Roger
Top achievements
Rank 1
Roger asked on 30 Jul 2008, 01:31 AM
Hi,

I am using the example of shared Calendar/timeviews to save download time but need the default images to populate the controls.
I used the example in a DateTime Picker:

 

<

telerik:RadDateTimePicker ID=dteTDDSQ runat=server Skin="Office2007" SharedCalendarID="RadSharedCalendar" SharedTimeViewID="RadSharedTimeView">
<DateInput InvalidStyleDuration="100" LabelCssClass="radLabelCss_Office2007" Skin="Office2007">
</DateInput>
<Calendar Skin="Office2007" EnableEmbeddedSkins=false>
</Calendar>
<DatePopupButton CssClass="radPopupImage_Office2007"
HoverImageUrl='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Office2007.Calendar.datePickerPopupHover.gif") %>' ImageUrl='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Office2007.Calendar.datePickerPopup.gif") %>' />
<TimePopupButton CssClass="radPopupImage_Office2007" />
<TimeView Culture="English (Australia)" Skin="Office2007">

but this doesn't seem to work.

Unless I amdoing something wrong, having a shared calendar is hard work as you have to provide 1/2 the images & change the style to mimic the standard pop-up calendar.

Does the RadStyleSheet Manager help with download speed of multiple calendars?

Regards

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Jul 2008, 04:55 PM
Hello Roger,

Please refer to the following forum thread, which explains how to use embedded Telerik images:

http://www.telerik.com/community/forums/thread/b311D-betkbk.aspx

You only need to replace the RadGrid ID with your RadDateTimePicker ID and provide the correct image name.

Best wishes,
Dimo
the Telerik team

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