I am planning to show a tree structure and on clicking the tree structure I wanted a grid to be displayed. Since I have to show a prototype, I am thinking of using Jquery to show the following
Application1 (Onclick)
- Display a
<DIV>with data (similar to a grid)Application 2 (Onclick)
- Collapse Application 1
Div(invisible)- Application 2
DIV(visible)
so on..
Is there any example that is available that I can use to simulate this?