I need to get all the values selected by user in multi-select(Check-Box) drop-down on the server side.
var collection = comboBox.CheckedItems;
Where comboBox is the id of your RadCombobox