按需加载 - 在网格中一次完成

发布于 2024-11-16 23:04:44 字数 151 浏览 4 评论 0原文

我有一个 radgrid,它显示了 25 条记录。网格中有一个 GridTemplateColumn,其中有一个 RadComboBox。组合框已启用按需加载。我想做的是,当一个组合框加载时,将它们全部加载。我不知道这样的事情是否可能?对于所有人来说都是相同的数据。

谢谢

I have a radgrid, which has 25 records displayed. In the grid is a GridTemplateColumn with a RadComboBox in it. The combo box has enabled loading on demand. What I'd like to do is when one combo box loads, load them all. I don't know if something like that is possible? It's the same data for all.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

后知后觉 2024-11-23 23:04:44

这不是启用 LOD 组合的 GridDropDownColumn 所做的吗?它应该首先加载所有项目,然后在触发其他组合编辑器时从缓存中获取它们。不过,我的立场是正确的。

Isn't that what GridDropDownColumn with LOD combo switched on do? It should load all items first and then get them from the cache when other combo editors are triggered. I stand corrected, though.

懵少女 2024-11-23 23:04:44

它只能通过调用 API (_requestItems) 上的 JavaScript 方法来完成,并且必须每个调用一个。

It can only be done by calling a JavaScript method on the API (_requestItems), and this has to be called one per.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文