Anybody purchased/used a DataGrid/GridView control that allows Collapsing/Expanding Parent-Child relationships?
The standard DataGrid control, which I am using in .NET 2.0, seems to have limited capabilities with regards to this functionality. The newer GridView control doesn't support this at all to my knowledge.
I was thinking about developing a custom control but that could get expensive for my client..
I need this control for WinForms (not ASP.NET)
thanks