Hello,
We are using 2008.3.1125.35 version RadScheduler. Problem occurs in month view for showing number of appointments per day.
We have set MonthView.VisibleAppointmentsPerDay property default to 4 at design time. And our appointments are span across multiple days. There is a scenario where there are more then 4 appointments on a given day, where it shows additional appointments in the "More" option, but does not render any appointments for its subsequent days and left it blank.
If we set MonthView.VisibleAppointmentsPerDay property at runtime, we are getting "Microsoft JScript runtime error: 'null' is null or not an object" error in OnDataBound event.
Following is a code:
eg.
protected void FiscalScheduler_DataBound(object sender, EventArgs e)
{
FiscalSchedular.MonthView.VisibleAppointmentsPerDay = 3;
}
The javascript error will be raised if a user is hovering the rendered appointments.
Thanks,
Venu
We are using 2008.3.1125.35 version RadScheduler. Problem occurs in month view for showing number of appointments per day.
We have set MonthView.VisibleAppointmentsPerDay property default to 4 at design time. And our appointments are span across multiple days. There is a scenario where there are more then 4 appointments on a given day, where it shows additional appointments in the "More" option, but does not render any appointments for its subsequent days and left it blank.
If we set MonthView.VisibleAppointmentsPerDay property at runtime, we are getting "Microsoft JScript runtime error: 'null' is null or not an object" error in OnDataBound event.
Following is a code:
eg.
protected void FiscalScheduler_DataBound(object sender, EventArgs e)
{
FiscalSchedular.MonthView.VisibleAppointmentsPerDay = 3;
}
The javascript error will be raised if a user is hovering the rendered appointments.
Thanks,
Venu