combo cells in grid are not initialized when rows are loaded

Hi,



I am trying to use dhtmlxcombo’s in a grid where the grid head is loaded using loadXMLString, and the rows are loaded subsequently using loadXML. The combos, however, are not initialized correctly when the rows are loaded.



The problem can be reproduced by a small change to the pro_combo.html sample:



<script…

mygrid.loadXML(“combo2.xml”);





foo



combo2.xml: (contains grid definition):







        Filtering Modeone

             two

             three

             four

             five

             six

             seven

             eight

             nine

             ten



    Selectbox Mode



        Autocoplete Mode

        



px











grid3.xml: (contains grid data)



    

        1

        1

        Austria

        

    

    

        2

        2

        Bahamas

    

Problem fixed in latest version, please use attached js file instead of original one.
dhtmlxgrid_excell_combo.zip (2.47 KB)

Hi,
I use the same principe but I load head with loadXMLString and it doesn’t work.
When I use loadXML, combo data are correctly load, but not with a String.
I must use necessarily loadXML ? With modification, can I resolve problem ?

The excell attached to support@dhtmlx.com ) ?