When I tab back to first tab it draws new tab below first tab content. If I open a new tab again that will draw another tab below previous and it repeats.
Other thing I want is to close when user click on close image.
Furthermore to that I need active content IE: databound grid work inside the tab. currently clicking on grid button takes me to a new page leaving the tabbed layout page. Simply I need tab to work like iframe but referencing the scripts and resources loaded into page.
Please see attached Word Document and Source for additional information.
Regards,
Aditya
In the attached program, when you load “Survey Local” the charts on the left and right looks the same and this is how they should look.
The problem is once you click on any “yes” or “no” button I programmatically update the chart by following codes near line 719
var chart = $("#PieChart1").data("kendoChart");
chart.options.series[0].data = series;
chart.refresh();
The chart did update but the layout changed too which should not happen and I had no idea why.
Please Help.
Thanks
Edwin