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

TagMapping - doesn't work for Telerik

0 Answers 27 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
wnl
Top achievements
Rank 1
wnl asked on 18 Oct 2012, 06:55 AM
Hi,
I want to add a tag mapping in web.config. In my web app it works for standard controls (label) but not for RadMenu. Version of my Telerik: 2010.1.519.35. Why?
<tagMapping>
        <clear />
        <add tagType="System.Web.UI.WebControls.Label" mappedTagType="NoVSLabel"/>
        <add tagType="Telerik.Web.UI.RadMenu" mappedTagType="NoVSRadMenu"/>
</tagMapping>
I prepared classes, one of them (for Telerik):
public class NoVSRadMenu : Telerik.Web.UI.RadMenu
{
    public NoVSRadMenu()
    {
        EnableViewState = false;
    }
}

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
wnl
Top achievements
Rank 1
Share this question
or