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

no refresh grid and others elements in second using method - layout.showIn("#content", view);

1 Answer 20 Views
Templates
This is a migrated thread and some comments may be shown as answers.
Wladyslaw
Top achievements
Rank 1
Wladyslaw asked on 02 Apr 2014, 06:25 AM
<div id="app"></div>



<script>

    var view = new
kendo.View("<span>Foo</span>");



    var layout = new
kendo.Layout("<header>Header</header><section
id="content"></section><footer></footer>");



    layout.render($("#app"));



    layout.showIn("#content", view);

</script>

[14:11:51] Andrzej Panczenko: <div id="app"></div>



<script>

    var view = new
kendo.View("<span>Foo</span>");



    var layout = new
kendo.Layout("<header>Header</header><section
id="content"></section><footer></footer>");



    layout.render($("#app"));



    layout.showIn("#content", view);

</script>

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 03 Apr 2014, 03:52 PM
Hello Wladyslaw,

Based on the provided snippets, we are not certain what the problem in your case is. Please isolate the case in a runnable sample so that we may reproduce the problem on our side and advise you accordingly. Thank you in advance.

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