Adding a new row with an excell_combo column

Hi…



I have a grid with an excell_combo column. It is doing autocomplete and dynamical loading. When I add a new row. The excell_combo loses the autocomplete functionality on the new row.

Problem confirmed and fixed, please use attached file instead of original one, it will allow to use next syntax in addRow command for dynamic and static XML sources for combobox filling.

mygrid.addRow(11111,[{type:1,url:‘combo/php/complete.php’},‘new line dynamic’]);
mygrid.addRow(11111,[{type:0,url:‘combo/xml/data.xml’},‘new line static’]);

dhtmlxGrid_excell_combo.zip (1.17 KB)