Categories | Question details Back To List | ||||||||
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 Answer posted by Support on Mar 18, 2009 04:23 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 http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Selectbox_collections.html#grid_art_selectbox Answer posted by fathul wahhab on Mar 18, 2009 18:51 thank's for the answer. i'm using v2.1 Attachments (1)
Answer posted by Alex (support) on Mar 19, 2009 04:17 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 - http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Selectbox_collections.html#grid_art_selectbox |