I know how to load a new item into a radCombobox, but how do you do it for a multi-column combobox? This is my code for the combobox:
VB code for
radCBOLookup_ItemDataBound:
Currently, the only way I have been able to figure this out is to add a new datarow to the datasource. Does anyone have any suggestions?