Infragistics UltraTree 在选定单元格中带有复选框
Posted
技术标签:
【中文标题】Infragistics UltraTree 在选定单元格中带有复选框【英文标题】:Infragistics UltraTree with checkboxes in selected cells 【发布时间】:2011-06-16 04:03:29 【问题描述】:我在 Winforms 应用程序中使用 Infragistics UltraTree 控件 作为树列表(outlook 模式)。 Outlook 模式的问题是,不可能有节点复选框。所以我的解决方法是,为复选框使用自己的列。
我现在的问题是,我如何才能实现特定单元格中只有复选框(例如,只有在属于树级别 2 的单元格中)?
在 http://news.infragistics.com/forums/p/11661/44028.aspx#44028 有一个使用 ultraCheckEditor 的解决方案,但首先,EditorControl 是一个“过时”的控件,我不知道如何包含ultraCheckEditor!?!?虽然我有using Infragistics.Win.UltraWinEditors
课程仍然不可用!?!?
【问题讨论】:
属于***。 【参考方案1】:知识库中的这个解决方案怎么样? http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10092
【讨论】:
以上是关于Infragistics UltraTree 在选定单元格中带有复选框的主要内容,如果未能解决你的问题,请参考以下文章
Infragistics WebGrid 与 Telerik Grid
我找不到任何使用 Windows 窗体控件和(或)Infragistics 构建的 .NET 4.0 应用程序
Telerik 与 Silverlight 的 Infragistics
.Net 2.0 Infragistics Grid 的 jQuery 模态示例