Print Page | Close Window

DataGridView Help

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=382
Printed Date: 11-Jun-2026 at 10:35pm


Topic: DataGridView Help
Posted By: Darren
Subject: DataGridView Help
Date Posted: 24-Aug-2007 at 8:37am

Could someone point me in the right direction.

Iam looking to be able to group rows in a DevForce DataGridView.Similar grouping to outlook.Would i need a third party component or can this be done by code.

Thanks



Replies:
Posted By: davidklitzke
Date Posted: 24-Aug-2007 at 9:03am
The feature you are looking for has many names.    ("Grid within Grid", "Nested Grid", or "Hierarchical Grid". The .NET DataGridView does not support a nested grid", but both DevExpress and Infragistics support this capability. In fact, you can easily nest grids up to 3 or 4 levels or more.
 



Print Page | Close Window