Hello,
i want to realize a simple treegrid with 2 columns. 1st column is the tree, the second column represents the values.
The grid data should be loaded via xml:
<?xml version="1.0" encoding="iso-8859-1" ?>
-
-
Name
Value
-
%
Because the most values should be edited via combobox is want to choose this type, but will get an error at runtime.
Why is this type not availabe in treegrid but in grid? What type should i use? ed?
Best regards,
Stefan
There is “co” type. It allows to values from the list and type new value.
“combo” type is also available. It is dhtmlxcombo implementation. So, if you want to use this type, the dhtmlxgrid_excell_combo.js and dhtmlxCombo libraries should be included. The sample is dhtmlxGrid/samples/interaction_other_components/pro_combo.html
dhtmlxGrid/doc/articles/Combo_excell.html
dhtmlx.com/docs/products/dhtmlxG … xcell.html
hmmmmmmmm, it does not work. The xml is in another path:
<cell type=“combo” xmlcontent=“1” source="…/…/libraries/dhtmlx/combobox/data.xml">1</cell>
After loading the tree grid, the ie 6 browser displays null, ff3 dispalys nothing .
Regards, Stefan
Please, check that all combo libraries are correctly included. We have sent you the latest combo excell version. Possibly it will resolve the issue.
Also there are some remarks to other your questions - support@dhtmlx.com
Hello,
i’ve got no other version of the combo box by e-mail. Attached you will find the sources.
Best regards, Stefan
Hello,
we have sent you the sample by email.
If problem persists, please let us know.
P.S. please, don’t send files from pro edition by the forum (only at support@dhtmlx.com)