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

Form does not open in content

1 Answer 56 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Method
Top achievements
Rank 1
Method asked on 01 Nov 2013, 07:23 PM
Hello, I write in the form of content but he is printing on the outside of the browser panel bar, why is he doing this?

Navigator
http://imageshack.us/f/545/uv53.png/

Code C#
http://imageshack.us/photo/my-images/199/tec4.jpg/

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 05 Nov 2013, 09:30 AM
Hello,

Change the rendering approach from:

$(Html.Kendo().PanelBar
     ...
)
 
to
 
${Html.Kendo().PanelBar
     ...
    .Render();
}


Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
PanelBar
Asked by
Method
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or