<
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?