MultiColumnComboBox and Focused property

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

2 Replies

AR Anupama Roy Syncfusion Team June 23, 2006 02:04 PM UTC

Hi Jonathan, Thank youu for the feedback. I was able to reproduce the issue as you said.I have logged a bug report in our Defect Management System regarding this and we will try our very best to fix this issue at the earliest.You can track the progress of bug fix through the below given link. http://www.syncfusion.com/support/issues/tools/Default.aspx?ToDo=view&questId=2267 We regret very much for the inconvienience caused. Best Regards, Anu.


AR Anupama Roy Syncfusion Team June 26, 2006 07:25 AM UTC

Hi Jonathan, We have addressed this issue internally and the fix will be included with the next possible release. Thanks, Anu.

Loader.
Up arrow icon