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

Javascript error in v1314

1 Answer 46 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Steele
Top achievements
Rank 1
Steele asked on 19 Jan 2009, 01:59 AM
Hi All,
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> 
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

var _12=_11._getRawIndexFromDomElement(_a);


Coming from the webresource.axd.

Any tips on this?
Thanks,
Steele.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 19 Jan 2009, 03:17 PM
Hello Steele,

Thank you for reporting this issue. I have logged it and our developers will look into it shortly.

Regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Steele
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or