How to change the app layout without relaoding the page

Hi,
So i’m willing to make an app with DHTMLX, i’m still playing with the framework (the free version) to see how things goes.
The question is; is it possible to change screens without reloading the page, if i had a layout 3U and i want to make it 2T.
From what i saw i have to destroy the existing layout and make a new one, and then i’ll have to make all events bindings again, items bindings (grids, forms, dataStore …)
What is really cool is if the framework gives the possibility to change layout dynamically.
Hope someone can enlighten me.

You can’t change the type of layout, but you can can use cell.collapse() and cell.hideHeader() to fully hide some of the panels.