Declined
Last Updated: 10 Jul 2026 08:54 by ADMIN
ADMIN
Anton
Created on: 20 Nov 2012 05:24
Category: MultiColumnCombo
Type: Bug Report
1
FIX. RadMultiColumnDropDown - set the SelectedIndex property in the DropDownClosed event not working
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; 

} 
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 10 Jul 2026 08:54

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

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