Declined
Last Updated: 10 Jul 2026 09:38 by ADMIN
ADMIN
Dimitar
Created on: 31 Aug 2015 10:49
Category: MultiColumnCombo
Type: Bug Report
0
FIX. RadMultiColumnComboBox - the value and the text are not synchronized when the drop down is closed.
To reproduce:
- Bind the control and set the auto filter functionality.
- Type a value and press the tab key or click ouside of the control.
- Subscribe to the DropDownClosed event and observe that the SelectedValue and the text are different.

Workaround:
void radMultiColumnComboBox1_DropDownClosed(object sender, Telerik.WinControls.UI.RadPopupClosedEventArgs args)
{
    this.radMultiColumnComboBox1.Text = this.radMultiColumnComboBox1.SelectedValue.ToString();
}

1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 10 Jul 2026 09:38

Hello,

We've decided to close this item at this time. The issue has a viable solution that works perfectly if you need to synchronize the text and selected value, and based on low customer demand through the years for this item and our product priorities, we don't plan to address it in the near term.

I will close this item and set its status to "Declined" on our feedback portal. 

If you have any other questions or concerns, please do not hesitate to contact us. Thank you!

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Modernizing a WinForms application? Use the AI-powered WinForms Converter to simplify migration to Telerik UI for WinForms.