Looking for a DataGridView that allows grouping [c

2020-08-04 10:09发布

Basically I'm looking for a control that allows for grouping in a DataGridView control that can also be edited (I.E. something like DataGridView and TreeView into a single control).

Thanks in advance.

4条回答
我想做一个坏孩纸
2楼-- · 2020-08-04 10:25

Infragistics UltraWebGrid (ASP.NET) and UltraWinGrid (Windows Forms) support grouping and can be setup as edittable grids. These controls are part of their NetAdvantage Suite.

查看更多
冷血范
3楼-- · 2020-08-04 10:26

Herre Kuijpers made a OutlookGrid in CodeProject, which derives from DataGridView, and allows grouping of rows.

查看更多
Juvenile、少年°
4楼-- · 2020-08-04 10:35

DevExpress has a great control that is a tree/gridview with grouping.

Demo here.

Index of some ASP.Net controls can be found here.

查看更多
不美不萌又怎样
5楼-- · 2020-08-04 10:44

Our lightweight and cheap iGrid.NET supports built-in grouping with advanced features like interval grouping, and can be also used as a tree-grid.

查看更多
登录 后发表回答