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

No beam in combobox

3 Answers 58 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Rieni De Rijke
Top achievements
Rank 1
Rieni De Rijke asked on 01 Sep 2010, 09:46 AM
When using an editable combobox, there is no beam in the box when typing.
Customers are a bit confused... Where am I?

<telerik:RadComboBox x:Name="MyComboBox" IsEditable="True"
                        ItemsSource="{Binding Kontakts}" 
                        SelectedItem="{Binding SelectedKontakt, Mode=TwoWay}"
                        DisplayMemberPath="Sted" IsReadOnly="True" Width="200"
                        HorizontalAlignment="Left" />    

3 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 01 Sep 2010, 10:17 AM
Hello,

The beam in RadComboBox in editable mode comes from the inner TextBox. The missing beam could come from several things - custom RadComboBox Style or implicit TextBox Style, that changes the inner TextBox colors, so the beam is not visible (or indistinguishable). Do the other TextBox controls on the same Window have the beam visible? Are their colors different than the RadComboBox?

All the best,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Rieni De Rijke
Top achievements
Rank 1
answered on 01 Sep 2010, 11:22 AM
The other controls, both RadMaskedTextBoxes and TextBoxes do have a beam. The used theme is Office-black.
In your Demo there is no beam either: Controls > Input > ComboBox > First Look.
0
Valeri Hristov
Telerik team
answered on 02 Sep 2010, 09:10 AM
Hi,

I can see the beam on our online demo (screenshot attached). Is there any possibility that you are setting IsReadOnly=true on the comboboxes? This setting makes the inner TextBox read-only, which hides the beam.

Kind regards,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Rieni De Rijke
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Rieni De Rijke
Top achievements
Rank 1
Share this question
or