combo with the grid can't show data from database

hi,

I use the combo with the grid, the data can’t show from database in the grid, but I check the combo.php can show data. I don’t know this code what problem is. Could you give me the suggestion.

[code]
name

$sql = "SELECT * from away_from_office where awaydate between '2012-10-21' and '2012-11-20'"; while($row=mysql_fetch_array($res)){ //create xml tag for grid's row echo (""); print(""); print(""); }[/code]

Hi,

I find out the sample of combo “combo.xml”.

<column width="150" type="combo" source="../13_interaction_other_components/php/complete.php" auto="true" cache="true" align="left" sort="str" >Autocoplete Mode </column>

The type is “combo”. when I use this type(combo) or type(co) , it can’t show any thing.
Could you help what is the type name.

thank you.
kenneth

co/coro selectbox options cannot be loaded from xml file.
You will have to use “combo” excell.
Here you can find a tutorial:
docs.dhtmlx.com/doku.php?id=dhtm … cell_combo
and a working sample:
dhtmlx.com/docs/products/dht … combo.html

Solve it , thank you.