Telerik treeView 按需加载。如何找到并扩展一些节点?

发布于 2024-10-24 12:43:52 字数 261 浏览 6 评论 0原文

全部 我需要你的帮助!我尝试使用 Telerik TreeView 控件 (asp.net mvc) 和 Ajax 按需加载数据加载。 在我的 *.aspx 页面上(在显示 TreeView 之前),我需要在 TreeView 中找到一些顶部节点,并找到并展开它的一些子节点。在此我遇到一个问题:

how can I do this when the child elements have not yet been loaded?

谢谢!

all
I need your help! I'am try to use Telerik TreeView control (asp.net mvc) with Ajax load-on-demand data loading.
On my *.aspx page (before the TreeView will be shown) i need find some top node in TreeView and find and expand some its children nodes. In this I have a problem:

how can I do this when the child elements have not yet been loaded?

Thanks!

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

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

发布评论

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

评论(1

极致的悲 2024-10-31 12:43:52

您需要在 JavaScript 中处理客户端 onload/onDataBinding 事件。

Telerik Treeview 客户端事件

You'll need to handle the clientside onload/onDataBinding events in javascript.

Telerik Treeview clientside events

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