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"
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
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