Kendo UI tabstrip design issue

incelpize

New Member
Currently, I'm trying to design the main page of the website utilizing Kendo UI tabstrip. The page has a treeview menu to the left and the tabstrip to the right, taking the remainder of space. When a menu is clicked on the treeview, it loads a local page inside a tabcontent. There seems to be an issue that since all html/javascript content of the pages are being loaded inside the main page, collisions occur if the pages are trying to import the libraries that are already loaded by the main page and jQuery selection starts behaving weirdly if there exist multiple divs with the same id. (For instance, both the main page and the loaded page may have a div id of TopMenu).What's a conventional way of solving this issue while maintaining the treeview/tabstrip design?
 
Back
Top