Hi there,
Suppose I attach a component say Tree to one of the cell while writing the layout code, then can I attach the grid component to the same cell where tree was attached on the fly or on some event or on clicking the hyperlink ???
Hello,
yes you can but any component attached before will removed.
Hi there,
Can you help me with some example ??
Yes, it is possible.
dhxLayout.cells(“a”).attachTree();
then any event for example can call:
dhxLayout.cells(“a”).attachGrid();