Link tree to grid cell using server side XML

Many times I create my grid “structure” using server side XML.



For example lets say I wanted to add a combo to a cell…When I generate my XML it would look something like this:



header(“Content-type: application/xhtml+xml”);



$xml = “<?xml version='1.0' encoding='utf-8'?>”;

$xml = “”;

$xml = “”;

$xml = “Combo Sample” . [PHP Code here to create combo] . “”;

$xml = “”;

$xml = “”;



echo $xml;



Is it possible to link a tree to a grid cell on the “server” side as well or can it only be done on the client side?


If you want link tree to grid as cell editor, it possible to do only in the client side. Please see example here dhtmlx.com/docs/products/dhtmlxG … adTreeGrid.


All of these extentions is a part of PRO version.