When filtering is applied to RadMultiColumnComboBox editor in CellEditorInitialized event of RadGridView, the selected item is second one, if the new row is edited.
Workaround: change the event handler by adding the following lines of code in the end of the RadGridView1_CellEditorInitialized:
Dim value As Object = e.Row.Cells(e.ColumnIndex).Value
If value Is Nothing Then
editor.EditorControl.CurrentRow = Nothing
Else
editor.Value = e.Row.Cells(e.ColumnIndex).Value
End If
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