Setting combo box (coro) values in XML?

Hi, I need to set the values in a coro column (combo box) in the XML being loaded rather than hardcoded in the Javascript as done in grid_skinning.html in the samples dir:



mygrid.getCombo(5).put(1,“1 hour”);

mygrid.getCombo(5).put(12,“12 hours”);

mygrid.getCombo(5).put(24,“24 hours”);

mygrid.getCombo(5).put(48,“2 Days”);



Can the above be done through the XML? Examples?



Thanks,

Leonard Sisson



(I’m using dhtmlxGrid Pro 1.4)

If you init grid structure in XML you can define list of coro values here


   
        Shipping
            1
            2
            3
            10
            20
            30
       



Please mention if you need same functionality for situation when structure configured from javascript, while there is no API for such situation, it can be done with simple workaround.