I have just started using your RAD ajax tools. I am following the manual "regarding integrating RadControls with DNN" and I am working with radmenu.
In your manual it states:
When the installation is complete, the Telerik.SkinObjectsfolder will be added in [MyDnnWebSite]/DesktopModules. It willcontain the DNN wrappers for the Telerik controls listed in this topic. If you need to use anyof the available SkinObjects, please make sure that you register the file withthe path to its location. For example:
<%@Register TagPrefix="dnn" TagName="RADMENU" Src="~/DesktopModules/Telerik.SkinObjects/RadMenu.ascx" %>
Into which file should the registration be inserted
Thank you
Gerry