how do i erase all items in a combo

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();