Here I have explained how to create a
collapsible gridview having child gridview control inside it using jquery.
Description:- In this article I will explain
how to create a gridview having colapsable functionality using jquery. Sometimes we are showing all
records in a form which is not looks better in design prosperous. To overcome
it we have to collapse these records until a user will not expand it. I am going to explain the entire
process step by steps. I have used checkbox for collapse
or expand. If you will checked it ,It will expand and will show you the hidden
data or controls inside that and if you unchecked then it will collapse as
usual. Here
I am creating a simple web application of collapsible Gridview.I have
taken two gridviewcontrol ,the parent gridviewshowing data of Employee and the child gridviewpopulating
some fields for providing feedback against each employee.