Questions tagged [radmenu]

RadMenu is an ASP.NET based menu control by Telerik that provides many advanced functions.

39 questions
0
votes
1 answer

How to highlight a selected item in RadMenu?

I have a RadMenu and I wish the selected item to be highlighted when clicked. But I am unable to get the desired result... Below is my code in ascx.cs file: namespace HGS.HGSAdmin.UserControl { public partial class UCLeftMenu :…
Supria
  • 1
  • 1
  • 1
  • 2
0
votes
1 answer

Telerik RadMenu to expand only on mouse over and not on click

I have a Telerik radmenu with expanded item menu. (see image below) The user can either: Hover the menu, a submenu is displayed, the user can then click on the submenu to perform the task. OR Click on the radmenu and a task is performed, (ie.…
Anne
  • 91
  • 2
  • 13
0
votes
2 answers

Parent Page shows through Filter Menus in RadWindow embedded RadGrid

I have a RadGrid in a RadWindow set to Modal. I'm seeing two issues. The first and most critical ONLY HAPPENS IN IE7 and NOT in FIREFOX is that the Filter Menus of the RadGrid do not display when clicked. Instead a box the size of the menus is…
D.Forrest
  • 845
  • 1
  • 9
  • 23
0
votes
2 answers

telerik radmenu can't add radmenuitem

I'm working on a legacy webforms app. I've added a new radmenuitem to an existing radmenu (see link2 below) but I can't see it when I compile and run the page. The existing link, Link1, appears just fine. I can even change Link1 and see the…
Tom McDonald
  • 1,532
  • 2
  • 18
  • 37
0
votes
1 answer

RadMenu Performance Issues

I have a page that has a RadMenu and a RadGrid used together. The RadGrid is used in client-side mode. This means that the loading, saving, editing and creation of new records is done via ajax. The grid seems to work fine but after sometime it…
Waliaula Makokha
  • 815
  • 1
  • 11
  • 21
0
votes
1 answer

Javascript expanding a RadMenu Webelement Selenium Webdriver C#

I am using Selenium WebDriver in C#. I have a RadMenu in which I want to hover over, once I do it; it should expand a sub menu that has a particular webelement i want to click. I am having to use JavaScript to click the element but that doesn't seem…
Andy Williams
  • 879
  • 1
  • 14
  • 33
0
votes
0 answers

Telerik RadMenu Click To Open and Close when clicked to next page

Hi im having problem with my radmenu. I want it to click to open and not open as you hover. I have set the clicktoopen = "true" already. Now the problem is when i click, it navigate to the respective requested page but the menu doesn't close. …
F.H
  • 1
  • 2
0
votes
1 answer

How to make RadMenu root items justified?

Specifically, how would I do this without any JavaScript? I have a RadMenu that I made 1080px wide, I have about 7 items in it so they only take up about 2/3 of that width. I want force the items to split the width of the whole RadMenu between them…
Nol
  • 344
  • 3
  • 15
0
votes
1 answer

RadMenu ClickToOpen="true" does not work when using ItemTemplate

I posted this on the Telerik forums, but it seems like they can take a few days to respond. Hopefully this is faster. I need to use the following ItemTemplate for styling reasons, however ClickToOpen="true" does not work. What needs to be added in…
Gavin
  • 7,544
  • 4
  • 52
  • 72
0
votes
1 answer

Telerik RadMenu dropdown submenus on mouseover

You know, after clicking on RadMenuItem, submenus are opening. But this not effective for me. I want that, when onmouseover event, submenus are opened automatically. Norally in winforms below codes realize my wish: private void…
user1372430
0
votes
1 answer

Telerik RadMenu: Save information from last item

I'm dealing with a form split into tabs in a RadMenu. I need to save the information entered on a tab when the user leaves it. I know there's an ItemClick event for RadMenu, but is there a way to capture the information on the previous tab with…
Adam Miller
  • 767
  • 1
  • 9
  • 22
0
votes
2 answers

RadMenu dynamic databinding doesnt show

I'm using SQL server 2012, and VS2013. I want to design a dynamic Radmenu(Telerik) which databind with sql server. But it doesnt show at runtime, and no error occured. Here is the code.
Henry
  • 1
0
votes
2 answers

RadMenu hide submenu

I am using a Radmenu. I like to hide a Submenu item. The menu looks like following. Note that Car is the main Menu and Dodge, Toyota and Honda are submenus. Cars - Dodge - Toyota - Honda I am trying to do something like the following but won't…
Nate Pet
  • 44,246
  • 124
  • 269
  • 414
0
votes
2 answers

Telerik submenu in radmenu cutoff from screen

I have Telerik RAD menu on my aspx page. The menu bind dynamically starting from right to left. But if I have only one parent menu then it submenus start cutting off the screen, the problem is no longer persists if we have more than one parent…
404 Not found
  • 201
  • 3
  • 7
0
votes
1 answer

Align Image next to the Text

This is the image we did using and css. I am trying to implement the same in RAD Menu. How can I align image right to the text in Radmenuitem ? This image is in my solution. In this image, hover over the text and image will slide the menu. How can…
user3757426
  • 127
  • 1
  • 5
  • 17