Hi All,
I have come up with a javascript error in the Scheduler, in Month view, Readonly.
My definition is :
The error appears when you select a group of days with the mouse (looks like just hightlighting text in html), but when you do "mouseup", I get the error :
Microsoft JScript runtime error: 'undefined' is null or not an object
at
Coming from the webresource.axd.
Any tips on this?
Thanks,
Steele.
I have come up with a javascript error in the Scheduler, in Month view, Readonly.
My definition is :
| <telerik:RadScheduler ID="RadScheduler1" runat="server" AllowDelete="False" |
| AllowEdit="False" AllowInsert="False" Culture="English (Australia)" |
| EnableRecurrenceSupport="False" EnableResourceEditing="False" |
| FirstDayOfWeek="Monday" HoursPanelTimeFormat="htt" LastDayOfWeek="Sunday" |
| OverflowBehavior="Expand" ProviderName="XmlSchedulerProvider1" |
| SelectedView="MonthView" ShowViewTabs="False" Skin="Inox" style="top: 0px; left: 0px; height: 307px" |
| ValidationGroup="RadScheduler1"> |
| <MonthView GroupBy="Room" GroupingDirection="Vertical" ReadOnly="True" |
| UserSelectable="False" /> |
| </telerik:RadScheduler> |
Microsoft JScript runtime error: 'undefined' is null or not an object
at
var _12=_11._getRawIndexFromDomElement(_a);
Coming from the webresource.axd.
Any tips on this?
Thanks,
Steele.