I am attempting to load a grid into the content of the first tab in a tabstrip. I have tried several variations of the code and how the grid loads, including via the "activate" event. Here is a jsfiddle of a basic version of the code. The grid works with the tabstrip code commented out. It seems like it would be a simple oversight.
4 Answers, 1 is accepted
-1
Accepted
Hello Adrian,
To make things work you should put a container inside the tab container - do not call the Grid initialization function directly on the tab container. Here is an example.
Greetings,
Petur Subev
the Telerik team
To make things work you should put a container inside the tab container - do not call the Grid initialization function directly on the tab container. Here is an example.
Greetings,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Adrian
Top achievements
Rank 1
answered on 21 Apr 2012, 03:08 PM
Thanks! I knew it would be something simple.
0
Aparna
Top achievements
Rank 1
answered on 24 Sep 2012, 09:28 PM
0
Aparna
Top achievements
Rank 1
answered on 24 Sep 2012, 10:17 PM
Please ignore my previous comment.