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?
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
0
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
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.
In your Demo there is no beam either: Controls > Input > ComboBox > First Look.
0
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
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