在 Telerik 的 ASP.NET MVC TreeView 中混合绑定模式和手动添加项目
我正在使用 Telerik 的 ASP.NET MVC2/3 树视图。 我已将其设置为绑定到我的实体对象树(我大约有 4 个级别)
我想添加另一个手动添加的级别(第 5 级):
+ Country
--+ City
-----+ Street
---------View Places
---------Find Distance
县、市、街道来自数据库,我想添加到每个节点最后有2个固定的子项目——可能吗?预先感谢您的任何帮助。
I'm using Telerik's Treeview for ASP.NET MVC2/3.
I've set it up to bind to my entity objects tree (I have about 4 levels)
I want to add anothe level (5th) that is manual added:
+ Country
--+ City
-----+ Street
---------View Places
---------Find Distance
County, City, Street comes from DB, I want to add to each node at the end 2 fixed sub-items -- is it possible? Thanks in advance for any assistance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为这是可以做到的,除非你在运行时以某种方式操作树并在它绑定到你的对象后注入节点......
I don't think this can be done unless you manipulate somehow the tree at runtime and inject nodes after it is bound to your objects...