在添加节点的时候把节点的checkbox属性设置为true为什么没有一点效果 ...
使用了TRzCheckTree控件,主要是想要checkbox,现在的问题是:TreeView的节点(节点大概3k多。)都是从数据库里面读出来的,我想选中一部分节点,然后把相应的记录导入到其他表中,如何实现。 比如我只想要北京市的邮编和地址,我只选中北京市这个节点(其下的 ...
In .Net 1.1, is there an easy way to modify TreeView to display checkboxes <B>for selected nodes only</B>? Easy = without implementing my own control. Not that it is very difficult, but this is not a ...