Categories | Question details Back To List | ||
Disabling one panel in a DhxLayout Hi, Is it possible to disable one of the cell in a layout. Like for example I configure my layout to be: var dhxLayout = new dhtmlXLayoutObject("parentId", "3L"); I want to disable cell "a". Meaning you can't click any element inside that cell. Answer posted by Support on Jan 08, 2009 05:39 Hello, Layout does not support such functionality. |