I am using Angular2, and I have written a wrapper to load the Kendo Pivot Grid. My requirement is to load the Kendo Pivot Grid configurator inside another DIV container. Based on some button click event I can toggle the visibliity of the DIV which internally contains the KendoPivotGrid Configurator, but the Pivot Grid should be visible always. I am trying to load the Pivot Grid configurator and it works fine when it is loaded in a normal div tags. But If i try to load the same Pivot Grid configurator inside another DIV, then configurator is not getting loaded and I am getting the below mentioned error in browser console. The HTML code which works fine is below (This is the HTML code which i am having in the angular2 components HTML template) The below code to load inside another DIV tag Any specific reasons why it doesn't work inside another DIV element? What is causing the problem When I have a extra/parent DIV for the congfigurator? |