Hi all, I have a requirement, Where i need to populate the DataViewGrid from the BusinessEntity.
Its a Windows Application with C# and .NET 2.0. And the BusinessObject will have One or More Collections and Hierarchical Classes. I have to Show the collections/other classes as Nested Grid or if possible expand/collapse with plus and minus for the details. (Similar to showing TreeView Content in a grid) I need Suggestions on 1) Which DataSource can be used for this Application 2) How to Achieve the Nested Grid in windows application(I am new to Windows Control). Any Help will be appreciated.
