RadMenu is an ASP.NET based menu control by Telerik that provides many advanced functions.
Questions tagged [radmenu]
39 questions
0
votes
1 answer
Why dynamically created Radmenu ItemClick event is not firing
I am dynamically creating a RadMenu. I want to use the menu click event of the RadMenu.
Actually I am using if(!Scriptmanager.IsInAsyncPostBack) condition.
Within the if condition I only write code to create the menu dynamically. I'll give the…

Kubanthiran
- 289
- 1
- 3
- 8
0
votes
1 answer
why radmenu item click event is not firing?
I am using Rad Menu in my website. and i am write code for menuitem click event.
when i checking with breakpoint, the item click event is not firing...
how to use Radmenu click event?
void menu_ItemClick(object sender, RadMenuEventArgs e)
…

Kubanthiran
- 289
- 1
- 3
- 8
0
votes
1 answer
Issue with Telerik RadMenu and web.config Authentication
Whenever I add a domain tag to the web.config Forms section it makes my menus disappear from my application.
Has anyone experienced…

Alejandro Gonzalez
- 79
- 9
0
votes
2 answers
How to apply a color for a radmenuitem if it is selected?
Code:
How to apply a color for a radmenuitem if it is selected? I want to have the selected menu item to be in gray color. Thanks.

Earth
- 3,477
- 6
- 37
- 78
0
votes
3 answers
How to insert scroll bar in WPF in code behind for RadMenu
This Radmenu is dynamically created in code behind.Please let me know how to add scroll bar in this menu to limit the items in the submenu.

K T
- 169
- 1
- 4
- 14
0
votes
1 answer
Telerik RadMenu XAML designer error
I have a XAML page which correctly loads in the designer when you first open the page. One of the controls on the page is a Telerik RadMenu. If you click on one of the RadMenuItem's in the Visual Studio designer, it causes the following exception to…

infojolt
- 5,244
- 3
- 40
- 82
0
votes
1 answer
rad menu , check if item text exists
Using telerik and the radmenu, do you know how to check if the item exists by text
my menu contains the text "menu1"
If I use menu.FindItemByText("menu1").Enabled = False this will disable the button
BUT
If I use …

Hello-World
- 9,277
- 23
- 88
- 154
0
votes
0 answers
Rad menu inside Div inside table cell in ie7
I create the layout for my website using table and I have a cell contain Rad menu.My problem when change Document Mode in ie9 to IE7 standards the rad menu will go outside of screen on mouse hover (when change the float of table from left to be…

Anas Jaber
- 583
- 1
- 7
- 20
0
votes
1 answer
telerik radmenu cancel postback after action
I have a radmenu (Telerik control) that is supposed to do two things when clicked: 1. open menu, 2. cancel postback.
Here is the menu:

Amc_rtty
- 3,662
- 11
- 48
- 73