具有折叠/展开功能的.NET (WinForms) 网格控件
有人购买/使用过允许折叠/展开父子关系的 DataGrid/GridView 控件吗?
我在 .NET 2.0 中使用的标准 DataGrid 控件似乎对此功能的能力有限。 据我所知,较新的 GridView 控件根本不支持此功能。
我正在考虑开发一个自定义控件,但这对我的客户来说可能会很昂贵。
我需要这个 WinForms 控件(而不是 ASP.NET),
谢谢
Anybody purchased/used a DataGrid/GridView control that allows Collapsing/Expanding Parent-Child relationships?
The standard DataGrid control, which I am using in .NET 2.0, seems to have limited capabilities with regards to this functionality. The newer GridView control doesn't support this at all to my knowledge.
I was thinking about developing a custom control but that could get expensive for my client..
I need this control for WinForms (not ASP.NET)
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我们已经使用 Janus Grids 多年了,非常强大,但是最近开始在新产品上使用 Developer Express 控件。 。 。 它们似乎更好(但我还没有使用过它们)。
两者都应该给你你所需要的。
We've used Janus Grids here for years, very powerful, but have recently started using Developer Express controls on new products . . . they seem to be even better (but I haven't used them much at all yet).
Both should give you what you need.
Xceed 为这些做了一个功能非常齐全的库。
有 WPF 和 WinForms 实现。
我在旧版本上取得了很大的成功,但我已经有一段时间没有升级了。
父子方面是完全可定制的,并且可以达到任意[1]深度。
[1] 好吧 int.MaxValue 但你永远不会到达那里
Xceed do a very full featured library for these.
There are WPF and WinForms implementations.
I have had a lot of success with older versions, I haven't upgraded in a while though.
The parent child aspect is fully customizable and can go to arbitrary[1] depths.
[1] well int.MaxValue but you'd never get there
NOV Grid for .NET(适用于WinForms 和 WPF) 包括 TableGrid 和 TreeGrid。 树网格自引用从表格数据源生成树状结构。
网格组件可用于面向 .NET 2.0、3.0、3.5、4.0、4.5 或更高版本的项目。 它还可以作为可移植类库 (PCL) 提供。
全面披露 - 我在 Nevron 工作
The NOV Grid for .NET (available for WinForms and WPF) includes a TableGrid and a TreeGrid. The Tree Grid Self-referencing produces a tree-like structure from a tabular data source.
The Grid component can be used in projects targeting .NET 2.0, 3.0, 3.5, 4.0, 4.5 or higher. It is also available as Portable Class Library (PCL).
Full disclosure - I work at Nevron
VIBlend 有一个分层网格控件,可能会满足您的需求。 这是一个 WinForms 实现。
VIBlend has a hierarchical grid control which will likely address your needs. It's a WinForms implementation.
看看 10Tec 的 WinForms 网格 iGrid。 以下是 10Tec 网站上与您的问题相关的文章:http://10tec.com/文章/treeview-in-datagridview.aspx
Look at 10Tec's WinForms Grid iGrid. Here is the article from the 10Tec website related to your question: http://10tec.com/articles/treeview-in-datagridview.aspx