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

load the grid inside the panel bar

0 Answers 115 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
durga bhavani
Top achievements
Rank 1
durga bhavani asked on 12 Jun 2012, 09:07 AM
hi,
I want to display  grid inside the panel bar.i have three headers a,b,c.If i click on the header "c",i want to display the grid dynamically.
i mentioned like:
$("#panelBar").kendoPanelBar({
                                        expandMode: "single",
                                        dataSource: [{ text: "a" },
                                                     { text: "b" },
                                                     { text: "c" }]
                                  });
                                    var Panelbar = $("#panelbar").kendoPanelBar().data("kendoPanelBar");
i want to display grid dynamically inside "c". can u provide some sample code to display the grid inside the panel bar .

No answers yet. Maybe you can help?

Tags
PanelBar
Asked by
durga bhavani
Top achievements
Rank 1
Share this question
or