FIX. RadMultiColumnComboBox - the SelectedValue is null when the column Name and the column FieldName are different.
To reproduce:
- Add columns to the control manually.
- Bind the control. Make sure that the FieldNames are different from the column names.
- Start the application and select a value. Retrieve he value upon button click.
Workaround:
Use equal names.