This question is locked. New answers and comments are not allowed.
Hi support,
I have generated many menus, having different names, in the same page using the following code :
Html.Telerik().Menu()
.Name("Action"<#= ID #>"")
The HTML generated code looked like :
<ul class="t-widget t-reset t-header t-menu" id="Action1">
This was working well till we upgraded this week to the version 2012.1.524. Now the same code generate the following HTML code :
<ul class="t-widget t-reset t-header t-menu" id="Action___ID___">
Can you help on this please?
Thanks,
Abdessamad
I have generated many menus, having different names, in the same page using the following code :
Html.Telerik().Menu()
.Name("Action"<#= ID #>"")
The HTML generated code looked like :
<ul class="t-widget t-reset t-header t-menu" id="Action1">
This was working well till we upgraded this week to the version 2012.1.524. Now the same code generate the following HTML code :
<ul class="t-widget t-reset t-header t-menu" id="Action___ID___">
Can you help on this please?
Thanks,
Abdessamad