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

Text wrap in RadComboBox

3 Answers 181 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Prabhu
Top achievements
Rank 2
Prabhu asked on 01 Feb 2009, 08:11 PM
Hi,

              I'm using RadCombo in my application. I'm setting Width property for the Combobox. Now, when I bind the values in the ComboBox, some of the text in the Combo get Wrap. So, when I select a value inside the RadCombo, only the first line got selected. that makes us confusion. Is there any property available in RadCombo to select both the line???

I shouldn't use DropDownwidth, NoWrap, Width Property for that control. It affects my UI.

Thanks in advance,
Prabhu.K

3 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 02 Feb 2009, 01:15 PM
Hello Prabhu,

This behavior is not normal. Could you provide here the definition of the RadComboBox to inspect it?

Greetings,
Simon
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Prabhu
Top achievements
Rank 2
answered on 03 Feb 2009, 09:06 PM
Hello Simon,

                 Here is the code, which I used in my test application. Please try to bind the values about 30 characters in length.

                                  <telerik:RadComboBox Width="140px" ID="Program" DropDownWidth="150px" Skin="Combo"
                                                        EnableEmbeddedSkins="false" runat="server" EmptyMessage="No Programs Available..."
                                                        ShowWhileLoading="true" LoadingMessage="Loading...">
                                                    </telerik:RadComboBox>
               
               It would be very helpful for us if you provide an option to upload an image to explain the scenario!

Thanks in advance
Prabhu.K
           


0
Simon
Telerik team
answered on 06 Feb 2009, 05:09 PM
Hello Prabhu,

This issue is most probably CSS-related. Could you please provide the definition of your skin so that I inspect it?

Kind regards,
Simon
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Prabhu
Top achievements
Rank 2
Answers by
Simon
Telerik team
Prabhu
Top achievements
Rank 2
Share this question
or