Unplanned
Last Updated: 04 Sep 2018 09:30 by ADMIN
ADMIN
Jack
Created on: 30 Sep 2011 05:29
Category: MultiColumnCombo
Type: Bug Report
2
FIX. RadMultiColumnComboBox - SelectedIndexChanged/SelectedValueChanged events do not fire when there is filtering
1. Create a new project and add RadMultiColumnComboBox
2. Bind it and setup filtering
3. Attach to SelectedValueChanged and SelectedIndexChanged events
4. Run the project
5. Apply some filtering and you will see that these events will not fire, regardless that the current row has changed.

Work around it by using the EditorControl.CurrentRowChanged event instead of SelectedValueChanged/SelectedIndexChanged events. 
1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 04 Sep 2018 09:29
I have attached a sample project and a gif file illustrating that the SelectedIndexChanged event is not fired while filtering the control.