Completed
Last Updated: 06 Apr 2021 08:35 by ADMIN
Release R2 2021
y2kdis
Created on: 01 Mar 2021 10:01
Category: MultiColumnCombo
Type: Bug Report
0
RadMultiColumnComboBox: mouse selection is not retained when the popup grid has highlighted search results

Please refer to the attached sample project and follow the steps from the gif file.

1) User does a search operation

2) BackgroundWorker does its task and finishes at some point, then set defaults to select the first result.

3) User selects a different result row.

4) Selected record still indicates and points to the first result.

Workaround:

Me.RadMultiColumnComboBox1.EditorControl.MasterView.TableSearchRow.AutomaticallySelectFirstResult = False

0 comments