Dear Support-Team
I want to late bind a constant to the value property of the radmenuitem. If I try it it wouldn't e renderd. Why?
I want to late bind a constant to the value property of the radmenuitem. If I try it it wouldn't e renderd. Why?
<telerik:RadMenuItem
runat="server"
Text="Text"
Value="<%= WebFrontend.Constants.RadMenu.EditAccessory %>"
HoveredImageUrl="~/Images/cmdAdd16x16.png"
ImageUrl="~/Images/cmdAdd16x16.png">
</telerik:RadMenuItem>
Thanks in advanced.
Christian