the dropdownitem doesn't fade ,please see my picture. and below is my code.
<telerik:RadAutoCompleteBox ID="RadOilSystem" runat="server" AllowCustomEntry="True"
DropDownHeight="400px" EmptyMessage="供油系统" InputType="Text" Skin="Forest" Width="100%">
<WebServiceSettings Method="GetOilSystem" Path="aDefault.aspx" />
</telerik:RadAutoCompleteBox>
by the way setting AllowCustomEntry as True is very indispensible for my project,and the amount of my data is huge.
Hope you work happily!
<telerik:RadAutoCompleteBox ID="RadOilSystem" runat="server" AllowCustomEntry="True"
DropDownHeight="400px" EmptyMessage="供油系统" InputType="Text" Skin="Forest" Width="100%">
<WebServiceSettings Method="GetOilSystem" Path="aDefault.aspx" />
</telerik:RadAutoCompleteBox>
by the way setting AllowCustomEntry as True is very indispensible for my project,and the amount of my data is huge.
Hope you work happily!