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

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
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.