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

removing appointment tooltip

4 Answers 143 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ranjan
Top achievements
Rank 1
Ranjan asked on 07 Oct 2011, 06:19 PM
Hi all,
I have a scheduler, whenever i mouse hover to an appointment subject is visible in tooltip, even i have not written any code for tooltip. I just want to remove that tooltip. Please help............ 

4 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 09 Oct 2011, 08:56 AM
Hi Ranjan,

protected void RadScheduler1_AppointmentDataBound(object sender, SchedulerEventArgs e)
   {
       e.Appointment.ToolTip = String.Empty;
   }



All the best, Peter
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
0
Ranjan
Top achievements
Rank 1
answered on 04 Nov 2011, 12:29 PM
Thanks Peter. Its work
0
Terrance
Top achievements
Rank 1
answered on 04 May 2013, 12:20 AM
Where do i add this event? In the .cs file in the page???
0
Princy
Top achievements
Rank 2
answered on 06 May 2013, 04:07 AM
Hi Terrance,

You can write the AppointmentDataBound server side event in the .cs page of your corresponding mark-up which contains the RadScheduler.

Thanks,
Princy.
Tags
Scheduler
Asked by
Ranjan
Top achievements
Rank 1
Answers by
Peter
Telerik team
Ranjan
Top achievements
Rank 1
Terrance
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or