Before i put some items in a combo from grid i first have to erase the previous items. How do i do that?
To remove all options from dhtmlxCombo next command can be used
    combo.clearAll();    
Before i put some items in a combo from grid i first have to erase the previous items. How do i do that?
To remove all options from dhtmlxCombo next command can be used
    combo.clearAll();