Hi Team,
I have one project use RadMenu ajax Q2, Webservices rended in itemstemplate and item (template modes). The normal way using webservices is use skins and default radMenuItems. How to manage webservices rended in a templated Radmenuitem (itemtemplate and item). Thanks.
normal way : rended in sking and default mode
templated way?
Added :
Vaselin Enchev/Atanas Korchev have suggest use templates and ajax4 implementation like this samples similary to jquery templates method. I have tested. Can suggest the best way to implement in RadMenu using Q2 ?
Regards
I have one project use RadMenu ajax Q2, Webservices rended in itemstemplate and item (template modes). The normal way using webservices is use skins and default radMenuItems. How to manage webservices rended in a templated Radmenuitem (itemtemplate and item). Thanks.
normal way : rended in sking and default mode
<telerik:RadMenuItem Text="MostPopular" Value="1" ExpandMode="WebService"></telerik:RadMenuItem>templated way?
<telerik:RadMenuItem Text="MostPopular" Value="1" ExpandMode="WebService"> <Items> <telerik:RadMenuItem CssClass="" > <ItemTemplate> <a href="#"><span class="mp-logo"></span> <span class="item-title"></span></a> </ItemTemplate> </telerik:RadMenuItem> </Items> </telerik:RadMenuItem>Added :
Vaselin Enchev/Atanas Korchev have suggest use templates and ajax4 implementation like this samples similary to jquery templates method. I have tested. Can suggest the best way to implement in RadMenu using Q2 ?
Regards