I want to transfer items from radcombox to radlistbox, I want to two radcomboxes and when the right arrows is clicked then items get added to the list box.
One suggestion is that you can add one button in between RadComboBox and RadListBox and write the functionality of transfer on button click event. Following is the sample code that I tried to achieve your scenario.