This is a migrated thread and some comments may be shown as answers.

[Solved] Grid in a Splitter with PanelBar

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Paulo de Tarso
Top achievements
Rank 1
Paulo de Tarso asked on 17 May 2011, 09:05 PM
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

 

 

 

.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

1 Answer, 1 is accepted

Sort by
0
Madan
Top achievements
Rank 1
answered on 26 Sep 2012, 12:10 PM
Hi Paulo,
                   I am also facing the same problem. If u got the solution reply me soon. I am breaking my head from the past one month.

thanks,
Madan
Tags
Grid
Asked by
Paulo de Tarso
Top achievements
Rank 1
Answers by
Madan
Top achievements
Rank 1
Share this question
or