This is a migrated thread and some comments may be shown as answers.

ComboBox not unselecting

1 Answer 65 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Nikolay Chekalkin
Top achievements
Rank 1
Nikolay Chekalkin asked on 19 Nov 2009, 08:02 AM
Hi.
I have some trouble with ComboBox. I create window as shown below:

<Window x:Class="WpfApplication3.Window1"

    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

    Title="Window1" Height="300" Width="300"

    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

    xmlns:tRB="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.RibbonBar">

        <telerik:RadComboBox Name="cBox"

            IsEditable="True"

            VerticalAlignment="Top">

            <telerik:RadComboBox.Items>

                <telerik:RadComboBoxItem Content="qwer"/>

                <telerik:RadComboBoxItem Content="asdf"/>

            </telerik:RadComboBox.Items>

        </telerik:RadComboBox>

</Window>



After double clicking on text i can't select any control in this window or close it. How can i resolve this problem?

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 19 Nov 2009, 08:07 AM
Hello Nikolay,

This problem will be fixed with the upcoming internal build thomorrow.

Sincerely yours,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Nikolay Chekalkin
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or