Hi Telerik User,
I am going to use RadScheduler following this tutorila link on telerik
http://demos.telerik.com/aspnet-ajax/scheduler/examples/customization/defaultcs.aspx and
http://www.telerik.com/help/aspnet-ajax/scheduler-getting-started.html
but there is not enough info about in implementation . When edit Appointment its open window but there are
Date filed and Dropdown not editable seems no action and
Save ,Close button also
not working Please help me,
Here is the Code
<telerik:RadScheduler runat="server" ID="RadScheduler1" Width="100%" DayStartTime="08:00:00"
DayEndTime="18:00:00" TimeZoneOffset="03:00:00" EnableDescriptionField="true" ShowFullTime ="true"
AdvancedForm-EnableCustomAttributeEditing="true" AdvancedForm-EnableResourceEditing="true"
DataKeyField="ID" DataSubjectField="Message_Subject" DataDescriptionField="Message_Body"
DataStartField="Event_Start_Date" DataEndField="Event_End_Date" Height="500"
OnAppointmentDelete="RadScheduler1_AppointmentDelete" OnAppointmentUpdate="RadScheduler1_AppointmentUpdate"
OnAppointmentInsert="RadScheduler1_AppointmentInsert">
<AdvancedForm Modal="true" Width="400" />
<Localization AdvancedAllDayEvent="All day"></Localization>
<TimelineView UserSelectable="false" />
<TimeSlotContextMenuSettings EnableDefault="true" />
<AppointmentContextMenuSettings EnableDefault="true" />
<Reminders Enabled="true" />
<ResourceStyles>
<telerik:ResourceStyleMapping Type="Calendar" Text="ROWNA Team" ApplyCssClass="rsCategoryPattern"
BorderColor="#B0CC9B" />
<telerik:ResourceStyleMapping Type="Calendar" Text="My Schedule" ApplyCssClass="rsCategoryRed" />
</ResourceStyles>
</telerik:RadScheduler>
Error
System.InvalidOperationException: A control with ID '_scheduler$RadCalendar1' could not be found for the trigger in UpdatePanel '_scheduler$RadCalendar2Panel'.
at System.Web.UI.UpdatePanelControlTrigger.FindTargetControl(Boolean searchNamingContainers)
at System.Web.UI.AsyncPostBackTrigger.Initialize()
at System.Web.UI.UpdatePanelTriggerCollection.Initialize()
at System.Web.UI.UpdatePanel.Initialize()
at System.Web.UI.UpdatePanel.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at Telerik.Web.UI.RadAjaxControl.CreateUpdatePanel(Control initiator, String eventName, Control updated, UpdatePanelRenderMode panelRenderMode, Unit panelHeight)
at Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Control.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)</td></tr></Table>