In version 9 of the storefront, how do you configure the Entity Controller so that only Top Level categories are displayed in the left hand navigation?
For instance, consider:
Code:
<aspdnsf:EntityControl ID="ctrlEntityCategories" runat="server" Header="" EntityType="Category" MaxMenuSize="<%$ Tokens:AppConfigUSInt, MaxMenuSize %>" />
Is there a parameter, such as MaxLevels="1" or some equivalent?
I tried MaxMenuLevel="<%$ Tokens:AppConfigUSInt, MaxMenuLevel %>", thinking (based on the description of the AppConfig) that this might be the solution; however, this caused a compiler error.
Any help would be appreciated.
Thanks.