代码之家  ›  专栏  ›  技术社区  ›  Papun Sahoo

RadComboBox项变为透明

  •  0
  • Papun Sahoo  · 技术社区  · 6 年前

    这就是定义。

     <telerik:RadComboBox RenderMode="Lightweight" ID="RadComboBoxProduct" runat="server" Height="200" Width="415" 
                                        DropDownWidth="315" EmptyMessage="--Select--" HighlightTemplatedItems="true"
                                        EnableLoadOnDemand="true" Filter="StartsWith" OnItemsRequested="RadComboBoxProduct_ItemsRequested" ForeColor="Black"
                                        Label="Product:">
    
                                        <ItemTemplate>
                                            <div style="float: left; elevation: above; azimuth: rightwards; height: 12px; width: 20px; background-color: black">
    
                                                <%# DataBinder.Eval(Container,"Attributes['CUSTOMER_SHORT_NAME_MARKETING']")%>
    
                                            </div>
                                        </ItemTemplate>
                                    </telerik:RadComboBox>
    

    请帮我解决这个问题。

    1 回复  |  直到 6 年前
        1
  •  1
  •   Rumen Jekov    6 年前

    请阅读皮肤故障排除文章,这可能会证明是有帮助的- https://docs.telerik.com/devtools/aspnet-ajax/general-information/troubleshooting/skins-troubleshooting#incorrect-or-distorted-appearance

    -确保这不是IE兼容性问题,也不是由全局CSS样式引起的问题