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
![]()
Almost similar code I am using in .aspx page this is working fine.
Any clue whats could be the reason ?
Thanks,
Awadh
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> |
Any clue whats could be the reason ?
Thanks,
Awadh