We are using the GridView controls in some pages of our project which we dont want to change drastically, would it be possible to create a hierarchy in a gridview? Can this be achieved by using a GridView inside a Gridview to get the parent – child relation?
Share
Yes, you can nest GridViews inside one another. See the following article.
Nesting GridViews