RadMultiColumnComboBox provides ItemDataBound and SelectedIndexChanged server events that can be used to accomplish even
the most difficult tasks. To fire the SelectedIndexChanged server-side event, which requires a postback, the AutoPostBack property should be enabled.
By default the DataItem for an item contains the DataTextField, DataValueField and the DataFields declared in the Columns. If more fields from the server-side DataItems are needed, the properties can be added to the DataKeyNames collection, separated by a comma.
Values from the Attributes collection can be used when for Field of a column, the attributes.YourPropertyName is used.