如何将数据视图绑定到树视图?
我有一个数据视图,它是 id 和 id 的集合。姓名。我想以层次结构的形式将该数据视图绑定到树视图控件。我想将名称字段显示为节点上的显示文本我想将 id 作为值成员绑定到树节点。
是否可以?如果是的话该怎么做?
谢谢..
I'm having a dataview which is collection of id & name. And i want to bind that dataview to the treeview control in the form of hirarchy. And i want to show the name field as the display text on the node & i want to bind id as a value member to the tree node.
IS it possible? If yes then how to do this?
thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此代码片段将在树中显示一个数据视图,其中每一行都是一个新节点,其子节点具有列名称,后跟该行中该列的字段数据:
This snippet will display a dataview in a tree, where each row is a new node with children having column names followed by the field data for that column in the row: