This question is locked. New answers and comments are not allowed.
Hi,
I am having trouble using a panel inside a splitter pane. I am using ASP.NET MVC3 with the Razor ViewEngine. My _layout.cshtml page defines the layout of my application with the splitter control with two panes, a Navigational and the MainPane. The content of the Navigational contains the @Rendered command. The MainPane Content contains the @Rendered Command. If I try to put a panel in my a view based on the layout in the section defined in the left pane, the panel will be rendered above the splitter and not inside the Navigational. If I define the pane outside the section, The pane will be rendered as expected in the MainPane.
Thanks in advance for any help.
Chris
I am having trouble using a panel inside a splitter pane. I am using ASP.NET MVC3 with the Razor ViewEngine. My _layout.cshtml page defines the layout of my application with the splitter control with two panes, a Navigational and the MainPane. The content of the Navigational contains the @Rendered command. The MainPane Content contains the @Rendered Command. If I try to put a panel in my a view based on the layout in the section defined in the left pane, the panel will be rendered above the splitter and not inside the Navigational. If I define the pane outside the section, The pane will be rendered as expected in the MainPane.
Thanks in advance for any help.
Chris