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

RadMenu left click on calendar does not show up

1 Answer 32 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Dale
Top achievements
Rank 1
Dale asked on 28 Aug 2009, 09:42 PM

Hello,

I'm trying to use a RadMenu version 2008.3.1314 on a RadCalendar as a context menu.  What I'd like is for the menu to appear on mouse over of any day on the calendar, or on left click of a calendar day.  I have the mouseover working fine, but the left click does not show the radmenu.  I have verified that the RadMenu.ShowAt(x, y) is being hit in my client side code, but for some reason the menu does not appear.  I would appreciate any help on this.

Thanks,
Dale

1 Answer, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 02 Sep 2009, 07:41 AM
Hi Dale,

After calling the showAt method you need to cancel the raw event:

$telerik.cancelRawEvent(e);

where 'e' is the DOM event.

All the best,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Menu
Asked by
Dale
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or