This question is locked. New answers and comments are not allowed.
Hi,
My page has a _Layout.cshtml Splitter with a side panel with a PanelBar calling the views
Content (() =>
{
@ Html.RenderPartial (_MenuLateral ");
});
There is a Main Panel with
that displays a grid with data.
It works but the section @RenderBody() render first and in bottom of the page and then switch to the right panel.
Can anyone help me?
tks
My page has a _Layout.cshtml Splitter with a side panel with a PanelBar calling the views
Content (() =>
{
@ Html.RenderPartial (_MenuLateral ");
});
There is a Main Panel with
.Content(@
<p>@RenderBody()</p>);
that displays a grid with data.
It works but the section @RenderBody() render first and in bottom of the page and then switch to the right panel.
Can anyone help me?
tks