Posted: 9/19/2011
Hi,
I am new to this nested gridview .I have to create report for a team. Here i have to create nested gridview with 3 gridview combined together.
In this:
First Gridview should contain only :
Location
+Chennai
+Pune
If i expand the Chennai(location) in this i have to get Second Gridview .
Second Gridview should contain only:
Skill
+higher
+lower
If i expand the higher(skill) i have to get the employee status like.
Grade Bilable Non-Billable
Assistant 5 4
Please help in this..It ll be helpful for me if you tell solution as soon as possible.....
You can refer http://www.codeproject.com/KB/aspnet/MultiNestMDGridview.aspx
Hi Raghav,
Thanks a lot fr your reply. Its working fine for me but the problem here is the expand and collapse image shuld vary accordingly.
(i.e) Initially it ll be like + Chennai once i have clicked the ( + ) it shuld be expanded to + Skills (in the child gridview ) and on the same way this Chennai (in parent gridview) should get ( - ) as - Chennai.
Please do help me correct this error.
Thanks