Hi,
Is it possible to use a multicolumn combo for a dhtmlx grid column which uses data processor and connector at the backend
Currently this is the configuration for a simple combo that i use. Is it possible to specify a multiple column combo for this ???
$conn->configure("dummy", "id", "id,aq,st,mq,typ,mandt");
$conn->set_options("mandt",array("Y"=> "Yes","N"=>"No"));