M
Meryk
Guest
Hello, I am enabling the tabs on view pages, and want to make them reorderable. I am using this exact code : http://jsfiddle.net/6v8Su/12/ The only difference is that the tabs are already built in the page, so we are kind of rebuilding them when doing : tabs = $('#tabs').kendoReorderableTabStrip().data('kendoReorderableTabStrip'); Also, some of the tabs seem to be loading AJAX (when it is a grid I think). It is working fine when I drag and drop but the sections under the tabs are not correct, ie, the sections are not following their tabs. Firstly, is that a proper way to achieve this? because at the end the tabs are built twice ? And secondly, how do I correct this problem of sections not sitting under the right tab after Drag and Drop? Thank you Meryem
Continue reading...
Continue reading...