gpt4 book ai didi

javascript - RadComboBox OnClientItemsRequested 未触发

转载 作者:行者123 更新时间:2023-11-30 18:48:23 24 4
gpt4 key购买 nike

我的以下代码是否有任何内容会阻止触发客户端事件“OnClientItemsRequested”?我在页面上有几个 RadComboBox 元素,它们有时会进入一种状态,即它们不加载任何内容并且不触发“OnClientItemsRequested”事件。我可以做些什么来强制触发此事件吗?

<telerik:RadComboBox 
ID="SomeFilter"
runat="server"
Height="230px" Width="300px" style="margin-bottom:5px"
DropDownWidth="298px"
EmptyMessage="Choose..."
HighlightTemplatedItems="true"
EnableLoadOnDemand="true"
EnableVirtualScrolling="true"
ItemRequestTimeout="500"
ShowMoreResultsBox="True"
OnClientSelectedIndexChanging="OnClientSelectedIndexChanging"
OnClientDropDownClosing="OnClientDropDownClosing"
OnClientBlur="OnClientBlur"
OnItemsRequested="TaskEmployeesFilter_ItemsRequested"
OnClientItemsRequested="OnClientItemsRequested"
EnableItemCaching="false">
<ItemTemplate>
...
</ItemTemplate>
</telerik:RadComboBox>

最佳答案

如何将它绑定(bind)到数据?您可以通过调用方法 requestItems() 来调用事件,此方法使客户端向服务器发出请求。

在这里查看更多信息:http://www.telerik.com/help/aspnet/combobox/combo_client_model.html

您是通过网络服务还是其他方式进行绑定(bind)?

HTH.

关于javascript - RadComboBox OnClientItemsRequested 未触发,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4726606/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com