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

Radmenu.js file where should I define this and how?

0 Answers 39 Views
Menu
This is a migrated thread and some comments may be shown as answers.
may
Top achievements
Rank 1
may asked on 23 Sep 2017, 06:11 PM

In VS I am using Telerik.Webcontrols Assembly="Radmenu.Net2" which allows me to do this:

in the ascx file: 
<%@Register TagPrefix="radm" Namespace="Telerik.WebControls" Assembly="RadMenu.Net2" %>

<radm:radmenu runat="server" id="mymenu" skinspath="~/app_themes/Normal" skin="Radmenu" width="100%" OnItemDataBound="mymenu_ItemDataBound" RadControlsDir="~/Public/RadControls/" />

Which I thought RadControlsDir leads me to Radmenu.js (in folder Public/RadControls/Menu/Scripts/4_4_6/RadMenu.js) but even when I rename this js file, it is still showing the menu. Am I not looking in the right place? In this folder "RadControls" there are these subfolders:
Ajax
Editor
Grid
Menu
Rotator

No matter what I remove it doesn't budge. I am thinking the referenced directory path is somewhere else. Can you tell me where????

thanks

-May

 

No answers yet. Maybe you can help?

Tags
Menu
Asked by
may
Top achievements
Rank 1
Share this question
or