Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Peter Ang on May 26, 2007 23:01
open dhtmlx forum
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.
Answer posted on May 28, 2007 11:07
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']);
Attachments (1)
Answer posted by Embre (Support) on Dec 11, 2014 11:28

The information connected with javascript window methods and javascript excel api also can help you, so please check it too.