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

Reminder skin error.

4 Answers 51 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
shunman
Top achievements
Rank 1
shunman asked on 28 Sep 2011, 11:32 AM
I have an error message.

Telerik.Web.UI.ReminderDialog with ID='ReminderDialog' was unable to find embedded skin with name 'DefaultCustom'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.

I used DefaultCustom skin. But I can't find Reminder Dialog skin property.
So, Where can I setup Reminder Dialog skin?

Here is my aspx code.
<link href="TelerikSkins/Scheduler.DefaultCustom.css" type="text/css" rel="Stylesheet" />
<link href="TelerikSkins/SchedulerRecurrenceEditor.DefaultCustom.css" type="text/css" rel="Stylesheet" />
<link href="TelerikSkins/SchedulerReminderDialog.DefaultCustom.css" type="text/css" rel="Stylesheet" />
<link href="TelerikSkins/Calendar.DefaultCustom.css" type="text/css" rel="Stylesheet" />
<link href="TelerikSkins/Menu.DefaultCustom.css" type="text/css" rel="Stylesheet" />
 
<telerik:RadSkinManager ID="RadSkinManager1" runat="server" Skin="DefaultCustom" />
 
<telerik:RadScheduler ID="RadSchedulerTemplate" runat="server" EnableEmbeddedSkins="false"
    EnableDescriptionField="true" Height="800"
    SelectedView="DayView" DataKeyField="ID" DataSubjectField="Subject" DataStartField="Start" 
        DataEndField="End"
    DataDescriptionField="Description" DataRecurrenceField="RecurrenceRule"     
        DataRecurrenceParentKeyField="RecurrenceParentID"
    DataReminderField="Reminder" Reminders-Enabled="true" >
    <AdvancedForm Modal="true" />
    <AppointmentContextMenuSettings EnableDefault="true" EnableEmbeddedSkins="false" />
    <TimeSlotContextMenuSettings EnableDefault="true" EnableEmbeddedSkins="false" />
    <Reminders Enabled="true" />
</telerik:RadScheduler>

4 Answers, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 03 Oct 2011, 09:20 AM
Hi Shunman,

It seems like an issue that the RadScheduler is having. We will do our best to schedule the issue for fixing, for the upcoming releases.
I have updated your Telerik points for your bug report as a token of gratitude. 

In the meantime, a possible solution of the scenario in question could be to remove the RadSkinManager from the page.

Hope that helps.

All the best,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
shunman
Top achievements
Rank 1
answered on 04 Oct 2011, 01:00 AM
-never mind. wrong reply. it's moved-
0
Prava kafle
Top achievements
Rank 1
answered on 28 Nov 2012, 08:20 PM
Hi,

I am also having the similar issue, I have used custom skin in most of my controls and Radscheduler uses 'Outlook" skin.
Edit  and Insert Appointment Window  works properly but Reminder window  displays with default skin (Gray).
How can I force Reminder Window to take Scheduler's skin?

Thanks,
Prava
0
Plamen
Telerik team
answered on 30 Nov 2012, 09:29 AM
Hi Prava,

 
By default the inbuilt Reminder Window is taking the skin that is set to RadScheduler and you don't have to add any other settings.

Hope this will be helpful.
  

Kind regards,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
shunman
Top achievements
Rank 1
Answers by
Ivana
Telerik team
shunman
Top achievements
Rank 1
Prava kafle
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or