I'm using version 2009.3.1103.35 and I'm testing in Firefox and IE7.
Here's my schedule markup:
For some reason I'm seeing that at times the end date calendar doesn't show up at all when I click the calendar control drop down. I can only alter the text of the date.
I've also been seeing that the end date calendar becomes unresponsive sometimes where I can' change the month using the navigation arrows.
I've been having authentication issues with my web server as well: see this link
I'm not sure if this has anything to do with it. I marked the response as an answer because it seemed like things were resolved on my end but I'm getting that error once again.
Here's my schedule markup:
| <telerik:RadScheduler ID="RadScheduler1" |
| runat="server" |
| Height="800" |
| HoursPanelTimeFormat="htt" |
| ValidationGroup="RadScheduler1" |
| Skin="WebBlue" SelectedView="WeekView" |
| ShowFullTime="True" StartInsertingInAdvancedForm="True" |
| MaximumRecurrenceCandidates="10000" > |
| <WebServiceSettings Path="SchedulerWebService.asmx" |
| ResourcePopulationMode="ServerSide" /> |
| <advancedform maximumheight="550px" modal="True" |
| enablecustomattributeediting="True" enableresourceediting="False" /> |
| <AppointmentContextMenuSettings EnableDefault="true" /> |
| </telerik:RadScheduler> |
For some reason I'm seeing that at times the end date calendar doesn't show up at all when I click the calendar control drop down. I can only alter the text of the date.
I've also been seeing that the end date calendar becomes unresponsive sometimes where I can' change the month using the navigation arrows.
I've been having authentication issues with my web server as well: see this link
I'm not sure if this has anything to do with it. I marked the response as an answer because it seemed like things were resolved on my end but I'm getting that error once again.