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
.NET Programming
Last Comment
hydev
8/22/2022 - Mon
Bob Learned
Nesting the DataGridView would be pretty complicated, since the steps to add custom columns is pretty involved.
hydev
ASKER
Okay, how would you create a master - detail view on a form?