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

On Mouse over on appointment gives javascript error n is null

1 Answer 66 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dheeraj
Top achievements
Rank 1
Dheeraj asked on 10 Oct 2011, 04:02 PM
Hi,
On RadScheduler1_DataBound Even i set GroupBy Property like
If(Session["Provider"] != null)
{
If( RadScheduler1.Resources.Count>0)
RadScheduler1.GroupBy="provider";
else
RadScheduler1.GroupBy="";
}
else
{
RadScheduler1.GroupBy="";
}

Now when i mouse over on Appointments this gives me error
n=this.getAppointmentFromDomElement(k); 

n is null.

Can you please tell me the reason and fix of this.

Thanks
Dheeraj

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 11 Oct 2011, 03:40 PM
Hello Dheeraj,

Could you please send us a runnable portion of your code or send us a support ticket where you could attach a sample project with the issue isolated in it, so that we can troubleshoot it?

Thank you.

Best wishes,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
Dheeraj
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Share this question
or