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

[Solved] RadComboBox dropdown text not visible

1 Answer 152 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Uma
Top achievements
Rank 1
Uma asked on 20 May 2009, 09:19 AM

<

 

telerik:RadDockZone ID="RadDockZone1" runat="server" BorderStyle="None">

 

 

 

 

 

<telerik:RadDock ID="RadZone1" runat="server" Width="100%" Title="Group" BorderStyle="None"

 

 

 

 

 

BorderWidth="0px" Height="652px" Top="155px" Left="245px" DefaultCommands="None"

 

 

 

 

 

EnableDrag="False">

 

<telerik

 

:RadComboBox ID="ddlgroupCategory" AllowCustomText="True" ShowMoreResultsBox="true"

 

 

EnableVirtualScrolling="true" runat="server" skin="Outlook"

 

 

EmptyMessage="Select the category..."

 

 

onitemsrequested="ddlgroupCategory_ItemsRequested"></telerik:RadComboBox>

<telerik:RadDock

 

</telerik:RadDockZone>

The combo box dropdown text is displayes only on move over.Otherwise a dropdown with invisible text is seen.
But when the skin is Black dropdown text is displayed.

Why dropdown text is not displayed when a skin other than Black is Chosen?

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 21 May 2009, 01:19 PM
Hello Uma,

We guess you have some custom CSS styles applied on your page that set the text to white, thus it is visible with Black skin only. I think it will be best if you can open a support ticket and send us a simple running project (incl. CSS, images, DB backup and so on) demonstrating the problems. 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.

Sincerely yours,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Uma
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or