Categories | Question details Back To List | ||
dhxLayout I have a 3L dhtmxLayout. I have populated a accordion in the cell a of the dhtmxLayout. I have populated a grid in the cell b of the dhtmxLayout and I have populated a toolbar in the cell c of the dhtmxLayout. All this is done on Load of the jsp page. Initially when the jsp page is displayed I want only the a and b cell of the dhtmlxLayout to be visible with its contents where as I dont want the contents of the c cell of the dhtmxLayout to be visible at the time of form Load. I want to make it visible explicitly. Is it possible. If so please give the code with a example Thanks Rama Ganti Answer posted by Alex (support) on Nov 09, 2009 05:03 Hello, you can collapse a certain cell initaily. It can be done by collapse method: dhxLayout.cells("c").collapse(); |