RadComboBox需要很长时间才能扩展
问:
我使用 RadComboBox 来过滤我的大列表,但我面临两个问题:
1-下拉列表扩展需要很长时间!
2-过滤仅发生在firefox中,在互联网中没有过滤 探险家!!
我的.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>
Q:
I use RadComboBox
to filter my large list but i face two problems :
1- The dropdown expanding takes long time !!
2- the filtering just happens in firefox ,no filtering in internet
explorer!!
my .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>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就第一而言,此文档 可能对你有帮助。
对于第二个问题,您是否使用最新版本的 RadControls?如果没有,您应该尝试升级。
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? If not you should try upgrading.