I noticed something odd with the new Syncfusion 4.2.0.37 - I am not sure if this is expected behaivor or not.
With the MultiColumnComboBox control, the inherited "Focused" property is always set to true.
The problem this causes for us is that we wanted to have a method at the Main Menu level that finds out from the Form what the "current control" is. We are simply checking the "control.Focused" property. But it returns the first MultiColumnComboBox it finds becuase that Focused property is set to true.
I''ve attached a sample project that demonstrates what I mean. If you put input focus into one of the text fields, and then click the "Button1" - it will display a message box with the controls that currently have the "Focused" property set to true.
Thanks,
Jonathan Quail
TestUIApp.zip