using dhtmlxconnector in dhtmlxgrid

i’ve used this code :



connector.php

==============





$grid->render_table(“tablename”,“id”,“field2,field2”);







testgrid.html

=============





mygrid.setHeader(“header1,header2”);

mygrid.setColTypes(“ed,co”);





and it’s look so good.



how to insert list value into colums with “co” type using dhtmlxconnector?



please send it answer to my email too

thank’s

Unfortunately this feature not supported in v.0.8, we plan to add such functionality in 1.0 release
Currently the options need to be added in one of classical ways
dhtmlx.com/docs/products/dhtmlxG … _selectbox

thank’s for the answer.
i’m using v2.1

attachment.rar (19.1 KB)


Hello,


We meant version 0.8 of connectors. This is the latest version which is included into suite 2.1.


So, for the present, only the classic way can be used - dhtmlx.com/docs/products/dhtmlxG … _selectbox