ASPX templates
Version 6.x > ASPX templates > Menu Item View modes: 
User avatar
Member
Member
hemanthray-gmail - 11/10/2011 4:18:25 PM
   
Menu Item
How can i render a menu Items through CSS ? I have given the path correctly but returns nothing can anyone please correct me

<uc1:repeater runat="server" ID="MenuRep" HideOnSubPages="True" Path="/Students/%"
ClassNames="CMS.MenuItem" TransformationName="CMS.MenuItem.SearchResults"
PagingMode="querystring" PagerPosition="bottom" ResultsPosition="top" CacheMinutes="0" MaxRelativeLevel="6"
EnablePaging="false" PageSize="6" SelectOnlyPublished="true" OrderBy="MenuItemID DESC" />


User avatar
Kentico Support
Kentico Support
kentico_janh - 11/11/2011 1:55:38 AM
   
RE:Menu Item
Hello,

Could you please change the TransformationName property from CMS.MenuItem.SearchResults to CMS.MenuItem.Default?

It is possible, that nothing is displayed because of the transformation, but data can be there.

Best regards,
Jan Hermann

User avatar
Member
Member
hemanthray-gmail - 11/11/2011 12:51:33 PM
   
RE:Menu Item
Thanks for the response i found a way to complete this. here is the reference for the post

http://devnet.kentico.com/Knowledge-Base/Design-and-css/Creating-a-Mega-Menu-%28step-by-step%29.aspx