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

Scheduler MonthView brings Error - only with Ajax

2 Answers 41 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Daniel Mettler
Top achievements
Rank 2
Iron
Daniel Mettler asked on 12 Dec 2008, 03:41 PM

 Hello

i've a scheduler and manage it with a AjaxManager. Now if i would see the month view ther occurs an error:

"Microsoft JScript runtime error: 'Telerik.Web.UI.Scheduler.Views.Month' is null or not an object"

I used Telerik.Web.UI.dll Version: 2008.02.826.35
.net Framework 3.5


aspx code:

<telerik:RadScheduler ID="RadScheduler1" runat="server"   
    DataEndField="End" DataKeyField="ID" DataRecurrenceField="RecurrenceRule"   
    DataRecurrenceParentKeyField="RecurrenceParentID" DataSourceID="LinqDataSource1"   
    DataStartField="Start" DataSubjectField="Subject" Height="600px" Width="600px" 
    Skin="Office2007" ShowAllDayRow="False" WeekHeaderDateFormat="dd.MM">  
    </telerik:RadScheduler> 
 
<asp:LinqDataSource ID="LinqDataSource1" runat="server"   
    ContextTypeName="TestDataContext" EnableDelete="True" EnableInsert="True"   
    EnableUpdate="True" TableName="TestSchedulers">  
</asp:LinqDataSource> 
 
 
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"   
    EnablePageHeadUpdate="False">  
    <AjaxSettings> 
        <telerik:AjaxSetting AjaxControlID="RadScheduler1">  
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="RadScheduler1"   
                    LoadingPanelID="RadAjaxLoadingPanel1" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
    </AjaxSettings> 
</telerik:RadAjaxManager> 
 
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" Runat="server" Transparency="50" BackColor="Black">  
</telerik:RadAjaxLoadingPanel> 

 

 

Important: If I disable Ajax there isn't an error.

Can someone teach me?

Sorry for my bad english ;) Regards from Switzerland

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 15 Dec 2008, 12:58 PM
Hello Daniel,

This is a strange problem. Could you please try with the current version (2008.3.1125) and check if the problem persists?

Regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Daniel Mettler
Top achievements
Rank 2
Iron
answered on 16 Dec 2008, 12:05 PM
Hello Peter

I updated my system to the currently version of Telerik, and now it works perfect. :)
Sorry for my stupid post.

Thx
Tags
Scheduler
Asked by
Daniel Mettler
Top achievements
Rank 2
Iron
Answers by
Peter
Telerik team
Daniel Mettler
Top achievements
Rank 2
Iron
Share this question
or