In the left hand sidebar, the sub-menus are hidden until a user navigates to the sub-menu's parent link.
How can I edit this so that all of the sub-menus are visible on every page, all the time?
In my template.master file, the code where my left nav appears is:
<aspdnsf:EntityControl ID="ctrlEntitySection" runat="server" Header="<%$ Tokens:StringResource, AppConfig.SectionPromptPlural %>"
EntityType="Section" MaxMenuSize="<%$ Tokens:AppConfigUSInt, MaxMenuSize %>" />
_____________________
Which file should I edit to change the appearance of that left-hand navigation?