When set the SelectedIndex property in the DropDownClosed event selected index is not set correctly.
Workaround:
private void radMultiColumnComboBox1_DropDownClosed(object sender, Telerik.WinControls.UI.RadPopupClosedEventArgs args)
{
this.radMultiColumnComboBox1.SelectedIndex = 0;
this.radMultiColumnComboBox1.EditorControl.CurrentRowChanging += new CurrentRowChangingEventHandler(EditorControl_CurrentRowChanging);
}
void EditorControl_CurrentRowChanging(object sender, CurrentRowChangingEventArgs e)
{
e.Cancel = true;
this.radMultiColumnComboBox1.EditorControl.CurrentRowChanging -= EditorControl_CurrentRowChanging;
}
Hi,
This issue does not reproduce with the latest Q2 2026 (2026.2.520) version of the Telerik UI for WinForms.
This is why I will close this item and set its status to "Declined" on our feedback portal. Please upgrade to the latest version to take advantage of the improvements in the RadMultiColumnComboBox component.
If you have any other questions or concerns, please do not hesitate to contact us. Thank you!
Regards,
Nadya | Tech Support Engineer
Progress Telerik