简体   繁体   English

RadComboBox需要很长时间才能扩展

[英]RadComboBox takes a long time to expand

Q: 问:

I use RadComboBox to filter my large list but i face two problems : 我使用RadComboBox来过滤我的大型列表,但我面临两个问题:

1- The dropdown expanding takes long time !! 1-下拉扩展需要很长时间!!

2- the filtering just happens in firefox ,no filtering in internet explorer!! 2-过滤只是在firefox中发生,在Internet Explorer中没有过滤!

my .aspx: 我的.aspx:

    <td dir="rtl">
         <asp:RequiredFieldValidator ID="RequiredFieldValidator18" runat="server" ControlToValidate="ddl_mainLect"
         Display="Dynamic" ErrorMessage="*" InitialValue="-1" ValidationGroup="L">*</asp:RequiredFieldValidator>
         <telerik:RadComboBox ID="ddl_mainLect" runat="server" Filter="StartsWith" MarkFirstMatch="true"
         Width="350px" Skin="Outlook" CausesValidation="False">
        </telerik:RadComboBox>
     </td>

As far as number one is concerned, this documentation may help you. 就第一名而言, 本文档可能对您有所帮助。

For your second issue, are you using the most recent version of the RadControls? 对于您的第二个问题,您使用的是最新版本的RadControls吗? If not you should try upgrading. 如果没有,你应该尝试升级。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM