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();
}
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