Hello -- I looked through the forum to see if I could find something similar to the problem I'm experiencing, but did not.
I have implemented a Scheduler using a custom data provider. I can create appointments fine, however when I try to edit them I'm receiving the error below. Specifically, this error occurs when I double-click the appointment I wish to edit, choose to "Edit the Series", and then click the "More" link to view the AdvancedEdit window. Editing a single occurrence of an appointment in AdvancedEdit mode works fine, whether the appointment is actually recurring or not.
Here's the error:
I have implemented a Scheduler using a custom data provider. I can create appointments fine, however when I try to edit them I'm receiving the error below. Specifically, this error occurs when I double-click the appointment I wish to edit, choose to "Edit the Series", and then click the "More" link to view the AdvancedEdit window. Editing a single occurrence of an appointment in AdvancedEdit mode works fine, whether the appointment is actually recurring or not.
Here's the error:
[NullReferenceException: Object reference not set to an instance of an object.]
Telerik.Web.UI.RadScheduler.OnFormCreating(Appointment appointment, SchedulerFormMode mode) +110
Telerik.Web.UI.RadScheduler.OnBubbleEvent(Object source, EventArgs args) +448
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +115
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +132
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +177
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746
Any ideas on what could be causing this? Let me know if you need more info.
Thanks,
Trevor