Hi,
I want to have a 3E layout using DHTMLX Layout and make third row as hidden (user should have a feeling of 2E layout).
Is there any way to make any cel of the dhtmlxLayout hidden?
Thanks,
Vibhav Agrawal
Hello,
You can try to use undock()/dock() methods in this case: dhtmlxLayout/samples/02_conf/08_dockundock.html
dhxLayout.cells(“c”).undock();
dhxLayout.dhxWins.window(“c”).hide();