这就是定义。
<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>
请帮我解决这个问题。