This question is locked. New answers and comments are not allowed.
hi
the case is here, View1 is a RadWindows contains a RadComboBox.
in MainPage code snippet :
View1 v1= new View1();
v1.ShowDialog();
now i click the RadComboBox the dropdownlist appeaers, move mouse to other blank place on popup window, but the dropdownlist doesn't disappear.
anything i miss?
best regards
thanks.
the case is here, View1 is a RadWindows contains a RadComboBox.
in MainPage code snippet :
View1 v1= new View1();
v1.ShowDialog();
now i click the RadComboBox the dropdownlist appeaers, move mouse to other blank place on popup window, but the dropdownlist doesn't disappear.
anything i miss?
best regards
thanks.
4 Answers, 1 is accepted
0
Hello Li,
I am sending you a project just to make sure that we are doing the same thing.
The RadComboBox DropDown closes when the focus is lost. So if you just navigate with the mouse outside of the combobox, the focus is still in the RadComboBox and this will not close it. Clicking outside the RadComboBox should work.
Can you confirm that you are getting the focus out of the RadComboBox and the DropDown does not close?
Kind regards,
Georgi
the Telerik team
I am sending you a project just to make sure that we are doing the same thing.
The RadComboBox DropDown closes when the focus is lost. So if you just navigate with the mouse outside of the combobox, the focus is still in the RadComboBox and this will not close it. Clicking outside the RadComboBox should work.
Can you confirm that you are getting the focus out of the RadComboBox and the DropDown does not close?
Kind regards,
Georgi
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Li
Top achievements
Rank 1
answered on 14 Mar 2012, 12:14 PM
thanks for your reply.
my telerik control version is 2012.1.215.1050
As you metioned The RadComboBox DropDown closes when the focus is lost. So if you just navigate with the mouse outside of the combobox, the focus is still in the RadComboBox and this will not close it. Clicking outside the RadComboBox should work.
i use your project directly, it is works perfect.
but if i recomplie instead of telerik control with version 2012.1.215.1050, Clicking outside seems the RadComboBox can't lose focus.
i heared the internal release has fixed this problem.
can you confirm your telerik control version?
thanks.
my telerik control version is 2012.1.215.1050
As you metioned The RadComboBox DropDown closes when the focus is lost. So if you just navigate with the mouse outside of the combobox, the focus is still in the RadComboBox and this will not close it. Clicking outside the RadComboBox should work.
i use your project directly, it is works perfect.
but if i recomplie instead of telerik control with version 2012.1.215.1050, Clicking outside seems the RadComboBox can't lose focus.
i heared the internal release has fixed this problem.
can you confirm your telerik control version?
thanks.
0
Li
Top achievements
Rank 1
answered on 14 Mar 2012, 12:16 PM
By the way, the version is the latest release version i can get.
0
Hello Li,
I can confirm that using 2012.1.215.1050 the issue is reproducible, but using 2012.1.217.1050 it is already fixed (two days after the official release). So the issue is fixed and it is available in our latest internal build.
If you have a trial version of the controls you can download a trial version of the latest internal build as well.
Regards,
Georgi
the Telerik team
I can confirm that using 2012.1.215.1050 the issue is reproducible, but using 2012.1.217.1050 it is already fixed (two days after the official release). So the issue is fixed and it is available in our latest internal build.
If you have a trial version of the controls you can download a trial version of the latest internal build as well.
Regards,
Georgi
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>