vote up 0 vote down star

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

Thanks in advance.

flag

25% accept rate

3 Answers

vote up 0 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 2 vote down

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

Demo here.

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

link|flag
Anything free controls? – ohu812 Feb 13 at 1:14
No good ones that I know of. You can do a combination of Trees and Gridviews but its ugly and complicated. – achinda99 Feb 13 at 2:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.