I attached the tree component to one of the cell of the DHTMLX layout. When i expand the tree it should overlay on the Layout. Instead it is hide inside perticular cell of the layout.
I’ve answered you here:
viewtopic.php?f=4&t=29420&p=93733&hilit=.id+%3D+mydiv+%3B#p93733
Try
mydiv.style.position = “absolute”;
Thank you for your reply. No luck.
Locally works fine.
This tree is not direct attached tree to the layout - it is a very custom case.It need to be implemented in a suitable way. That is why you can face with this issue. To deal with it we recommend you to attach your html file and we’'l try to help you in your example.
So, it will be work in a simple div. Not in dhtmlxLayout (because layout has a complex scructure). In that case using of a dhtmlxTree in an imitated combo isn’t suitable for you.