dhtmlxlayout

whats wrong with this…





    Demo

    

    

    

    

    

    

    

    



    

    

    



    

    

    

    

    

    















  1. Checkout your paths for included js/css (they should be correct)
    2. When you attaching grid into layout through the dhxLayout.cells(“a”).attachGrid() you did not need to call dhxGrid = new dhtmlXGridObject(‘mygrid_container’);
    it will different object, just keep dhxLayout.cells(“a”).attachGrid() and in this case container for grid will created automatically, so you didn’t need