Link to home
Start Free TrialLog in
Avatar of hydev
hydevFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Create a Nested DataGridView in Visual Studio 2005

Hi,

I would like to create a nested DataGridView in a C# Windows Form application.  How do I do this progmatically?  I am familiar with using the DataGridView but I can't figure out how to nest it.

Any help greatly appreciated.

Mike
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Nesting the DataGridView would be pretty complicated, since the steps to add custom columns is pretty involved.
Avatar of hydev

ASKER

Okay, how would you create a master - detail view on a form?

Mike
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hydev

ASKER

Thank you

mike