two combo boxes in a grid (dhtmlxtreegrid v1.4 pro 70813)...

We need to have two combo boxes in a grid. It seemed to be pretty simple, but we must be doing something wrong because it is not working.



We modified the pro_combo.html located in the samples folder:

.

.

.



.

.

.

and modified gridCombo.xml:

<?xml version="1.0" encoding="UTF-8"?>





    

        onecombo/xml/data.xml

        ccombo/xml/data2.xml

        loading from special xml

    







and created a grid2.xml under combo/xml:

<?xml version="1.0" ?>



    a

    b

    c

    d

    e

    f

    g

    h

    i

    j





The first combo works fine, the second doesn’t show the list.



How do we manage to make this approach to work? Please, give us as many options as possible.



Thank you in advance for your help. Regards

Combo excell for the grid 1.4 supports three different value for “xmlcontent” attribute
    0 - loading from the separate xml file,
    1- loading in filtering mode,
    2 - loading from grid xml.
If you need to load from static XMl file - jsue use mode “0”

Also there is a new combo excell, which is faster, more flexible and allows different combo modes. 
Latest combo excell and instruction how to use it attached to post.


How to use new excell.zip (4.75 KB)
dhtmlxgrid_excell_combo.zip (2.21 KB)


Ok… Thank you for your reply. But now when we use the addRow method, new rows are shown with the combos empty (with no options).



How should I reference the URL to the static xml that contains the combo values in the addRow method?



Any ideas?