How to show multi level nested data through datagridview in C# Windows application?
I want to show nth level master detail data through a datagridview & C# in Windows application. Here I attached a picture where the master detail data is shown through grid. So please advice me how I can show data in this tree structure through datagridview in开发者_如何学Go Windows apps with C#.
There is an blog article at MSDN that describes how this can be achieved by extending the standard DataGridView.
精彩评论