RadMenu is an ASP.NET based menu control by Telerik that provides many advanced functions.
Questions tagged [radmenu]
39 questions
7
votes
2 answers
Chrome 20.x issue (bug?) with classes applied/removed at intervals via jQuery
Here's a fun one for those of you who love to bang your heads against the computer keyboard.
Site: http://blduke.com.php53-27.dfw1-2.websitetestlink.com
Fun little jQuery thing going on right below the navigation here. It's actually a radial menu…

rentageekmom
- 301
- 1
- 8
4
votes
2 answers
How to stay open the rad menu after clicking it?
Code:
How to stay open the rad menu after clicking it in wpf? It should behave like the way as displayed in the following url. Thanks.

Earth
- 3,477
- 6
- 37
- 78
4
votes
2 answers
Trigger RadMenu Dropdown action with jQuery
I have a Dynamnic based Radmenu with dropdown menus.
I want a user to click an image on the site(not the menu) and then it automatically triggers the dropdown menu to appear from the Telerik menu with jQuery. Is this possible?
Client side HTML…

the sandman
- 1,019
- 3
- 12
- 32
3
votes
3 answers
disable radmenu click event for top level menu items
in my code,
MenuList = new Telerik.Web.UI.RadMenuItem();
MenuChild1 = new Telerik.Web.UI.RadMenuItem();
MenuList.Text = "Orders";
MenuList.Value = "Orders";
RadMenu_Control.Items.Add(MenuList);
if…

user1102001
- 689
- 2
- 10
- 21
3
votes
0 answers
How to enable or disable ContextMenu in RadScheduleView
I have a RadSchedule calendar object displayed on my page. I defined a RadContextMenu with a RadMenuItem for the RadSchedule. I want to enable or disable this context menu item based on the appointment type that the user is right…

Jerry
- 6,357
- 8
- 35
- 50
2
votes
1 answer
RadMenu and RadMenuItem Caliburn.Micro
I load programatically a radMenu with no problems using Caliburn.Micro, the Xaml looks like this:

Okura
- 123
- 8
2
votes
2 answers
Styling the RadMenu
I want to be able to accomplish several things with the menu, but am having a hard time trying to figure it out....
Make the font bold
Make the font size larger
Make the border color red
Align the items all the way to the right (instead of the…

sagesky36
- 4,542
- 19
- 82
- 130
1
vote
0 answers
Is there any way to customize telerik radmenuitem header in wpf?
I'm trying to customize a header in radmenuitem to have header and infoicon in leftside of header, but I couldn't achieve it because text binding is not working.
Also I have an icon at left which is like
consider this for ref which I want --- "icon…

Harish
- 11
- 2
1
vote
2 answers
DotNetNuke 5.6 + DNNRadMenu = Terribly Slow Debugging (100% CPU usage in 1 Core for 30 seconds)
When i do the following, I have one CPU core that sits at 100% utilization for about 30 seconds (page does not finish loading until this 30 seconds is up).
Add RadMenu to a skin
Load a page that uses that skin
Confirm that the page loaded OK (DNN…

Brian Webster
- 30,033
- 48
- 152
- 225
1
vote
0 answers
WPF RadMenuItem / Dropdown menu is not working correctly
Using the same code but different PC make my dropdown menu using RadMenuItem is not working correctly, in some PC/laptops it works fine that dropdown to right side of the menu but in some PC/laptops it dropdown to left side of the menu.
Here is the…

Mirza
- 199
- 4
- 17
1
vote
1 answer
RadMenu Hide Top level Menu Items code behind
I have a top level menu item with no submenu items that I like to hide in the code behind.
On Page_Load, I have the following but does not seem to hide the menu item
RadMenu1.FindItemByText("UserPage").Remove();

Nate Pet
- 44,246
- 124
- 269
- 414
1
vote
1 answer
Populating RadMenu Dynamically from Code Behind
I am trying to dynamically populate a Telerik Radmenu control in my code behind. I'm having a really hard time with it. I need to be able to bind my categories to my root elements and attributes to the child elements. I really am lost on this. …

hollyquinn
- 652
- 5
- 15
- 48
1
vote
0 answers
CommandParameter in RadMenuItem - WPF
I have Add and Edit menuitems.
As of now there are two screens seperately which are AddProduct and EditProduct. So, based on command parameter, it is directly showing the screen but we want to change that and make those two as Single screen because…

Chatra
- 2,989
- 7
- 40
- 73
1
vote
1 answer
Does partial rendering need to be disabled for an SSRS report
The ASP.NET site that I'm doing some work on has a few SSRS reports as pages. For every one of these pages (but not for any of the others), the master page's RadMenu dropdown doesn't work, and it appears to be because the Report View page is…

Jason Whitish
- 1,428
- 1
- 23
- 27
1
vote
0 answers
How to Prevent RadMenu from closing on Mouse Right Click
I have created RadMenu in my WPF application, and have added a Context Menu for RadMenuItems Following is the code/XAML of RadMenu
…

Muhammad Ummar
- 3,541
- 6
- 40
- 71