Completed
Last Updated: 18 May 2017 15:48 by Vicky Johnson
ADMIN
Vessy
Created on: 21 Apr 2017 12:46
Category: UI for ASP.NET AJAX
Type: Bug Report
3
RadCombobox is missing bgr color in Silk in Classic render mode
RadCombobox with allowed custom text is transperant in Silk in Classic Render mode.

Video: https://www.screencast.com/t/tgubeklglq


Code to reproduce:
        <div style="width: 300px; background-color: red">
            <h2>Allow custom text</h2>
            <telerik:RadComboBox RenderMode="Classic" ID="RadComboBox1" runat="server" Width="100%" AllowCustomText="true" Skin="Silk">
                <Items>
                    <telerik:RadComboBoxItem Text="RadComboBoxItem1" />
                    <telerik:RadComboBoxItem Text="RadComboBoxItem2" />
                    <telerik:RadComboBoxItem Text="RadComboBoxItem3" />
                </Items>
            </telerik:RadComboBox>
        </div>
2 comments
Vicky Johnson
Posted on: 21 Apr 2017 15:35
Please fix.  
Austin
Posted on: 21 Apr 2017 15:32
This will help as I like the silk skin, I was wondering what was going on.  Thanks!