Click here to Skip to main content
15,888,288 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
c# - Nested Gridview, Grand Parent, Parent ,Child - Stack Overflow[^]

What I have tried:

i want sum of Child row balance on the parent row balance column and sum of parent row column row balance on Grand parent row balance column,


i have tried Foreach but its duplicating the balance on those rows who dont even have balance.
Posted
Updated 26-Sep-18 21:33pm

1 solution

No, it's your job!

Here, on CP, you can find many valuable articles, which may guide you how to create nested gridviews. For example:
Nested GridView in ASP.NET using C#[^]
Multilevel Nested Gridview in ASP.NET[^]
Editable Nested GridView (All-in-One)[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900