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

[Solved] UI Design problem with rad combo - Double line border

1 Answer 108 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Awadh .
Top achievements
Rank 1
Awadh . asked on 24 Nov 2009, 03:02 PM
Hi,
I am using rad combo in user control but it has double borders in its design. Please see the image attached with this post.
I am using following code for it.

.ascx
<rad:RadComboBox  NoWrap="true"   ID="ddlCurrency" runat="server" Width="278px"  
                    Height="100px" Skin="WebBlue" EnableLoadOnDemand="True"  
                            EnableVirtualScrolling="True" MarkFirstMatch="True"  
                    ShowMoreResultsBox="True" AllowCustomText="True" 
                             
                    Text='<%#Convert.ToString(DataBinder.Eval( Container, "DataItem.Currency")) %>' > 
                                    <CollapseAnimation Duration="200" Type="OutQuint"></CollapseAnimation> 
                        </rad:RadComboBox> 

Almost similar code I am using in .aspx page this is working fine.

Any clue whats could be the reason ?


Thanks,
Awadh





1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 25 Nov 2009, 01:59 PM
Hello Awadh .,

This might happen if you have any global CSS styles applied to your page, in particular a CSS class for inputs. In addition, this side effect might be caused in some rare cases if RadFormDecorator is used on the page. Anyway, we will need additional details on your particular implementation in order to provide a proper solution. It will be best if you can open a support ticket and send us a simple running project (incl. your custom skin, CSS, images, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

All the best,
Paul
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
Awadh .
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or