Declined
Last Updated: 10 Jul 2026 08:37 by ADMIN
Svetlin
Created on: 13 Jul 2012 09:58
Category: MultiColumnCombo
Type: Bug Report
2
FIX. RadMultiColumnComboBox - when filtering is applied to RadMultiColumnComboBox editor in CellEditorInitialized event of RadGridView, the selected item is the second one.
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
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 10 Jul 2026 08:37

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.