Skip to main content

Posts

Showing posts from June, 2012

Collapsable nested GridView with paging

Collapsable nested GridView with paging In this article we will explore how to do paging in nested collapsable gridview. In this gridview only one child gridview will be visible. One can collapse all the nested gridview, only parent gridview will be visible. The paging index of each child gridview will be retained. Update panel has been used to make the paging smooth and seemless. Let's see how we can do it. Step 1:  Add scriptmanager in the aspx page. < asp : ScriptManager ID ="ScriptManager1" runat ="server" EnablePageMethods ="true"> </ asp : ScriptManager > Step 2: Add a gridview with another gridview in the last templatefield. The last templatefield will also contain a label which will be used as last column in the parent g