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

Right click context menu

3 Answers 161 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Raju
Top achievements
Rank 1
Raju asked on 31 Dec 2012, 05:13 AM
Hi,

I am displaying context menu on right click on schedular. its working fine but when i click on header of the schedular i dnt want to diplay it. Please do help.....



Thanks
Raju 

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Jan 2013, 06:50 AM
Hi Raju,

I suppose you want to display the ContextMenus for the Appointment and the TimeSlot. Try setting the following properties to enable default ContextMenus.

ASPX:
<telerik:RadScheduler ID="RadScheduler1" runat="server" AppointmentContextMenuSettings-EnableDefault="true" TimeSlotContextMenuSettings-EnableDefault="true">
</telerik:RadScheduler>

Please take a look into this demo for more information.

Hope this helps.

Regards,
Princy.
0
Raju
Top achievements
Rank 1
answered on 02 Jan 2013, 07:18 AM
Hi Princy

Thanks for reply. I am able to display the context menu when i click on appointments or timeslots. But i don't want to display it when user clicks on the schedulat header(i.e sunday, monday, tuesday......).  How to do this.. ?


Thanks
Raju
0
Helen
Telerik team
answered on 02 Jan 2013, 01:33 PM
Hello Raju,

Did you review our demo:

http://demos.telerik.com/aspnet-ajax/scheduler/examples/contextmenu/defaultcs.aspx

Regards,
Helen
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
Raju
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Raju
Top achievements
Rank 1
Helen
Telerik team
Share this question
or