Heirarchy in DataGridView
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Dear Fellows, I have an xml file <subjects> <publishers name="wrox"> <book> Beginning c# </book> <book> Beginning ASP.NET WITH C# </book> </publishers> <publishers name="Masters"> <book> master in c# </book> <book> master ASP.NET WITH C# </book> </publishers> </subjects> First I only want to display its publishers name in datagridview. When a user press any publisher name he will be able to see name of books in datagridview below the publisher name on which he click. You can say it as a tree view operations that I want to perform in datagridview. I need your help to solve it. I will be thankful to all those who help me. Thank you. Regards, Zeeshan Ahmed.