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

Property MothView.VisibleAppointmentsPerDay

1 Answer 41 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Maik
Top achievements
Rank 1
Maik asked on 23 Oct 2008, 09:24 AM
Hi,

in my code i set the property MothView.VisibleAppointmentsPerDay to 5 and well i was getting the expected result with a particular other problem, after setting the property and i'm moving my mouse over an appoinment it pops up the following "java-scipt"-error (only Windows InternetExplorer):

Line: 1442
Char: 1
Error: 'null' is null or not an object" 

        protected void RadScheduler1_DataBound(object sender, EventArgs e)  
        {  
            RadScheduler1.MonthView.VisibleAppointmentsPerDay = 5;  
        } 

The testcode included the knowledgebase articke ((ID#1031) How to show all appointments in Month View) also doesn't work, same error message...

Hope someone can help me out,
Maik

 

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 27 Oct 2008, 01:52 PM
Hello Maik,

Do you have a demo project of this problem which you can send to us via a support ticket? In our local tests we don't experience this problem.



Peter
the Telerik team

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