开发者

How to show multi level nested data through datagridview in C# Windows application?

开发者 https://www.devze.com 2023-02-04 00:30 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消