I need to create a PARENT CHILD menu like the one illustrated below
INITIAL STATE:
PARENT 1
PARENT 2
PARENT 3
PARENT 4
PARENT 2 CLICKED
PARENT 1
PARENT 2
CHILD 1
CHILD 2
CHILD 3
PARENT 3
PARENT 4
I was going to do this using Code Behind and datagrids - is it possible to use datagrids in this manner?
Any help much appreciated.
INITIAL STATE:
PARENT 1
PARENT 2
PARENT 3
PARENT 4
PARENT 2 CLICKED
PARENT 1
PARENT 2
CHILD 1
CHILD 2
CHILD 3
PARENT 3
PARENT 4
I was going to do this using Code Behind and datagrids - is it possible to use datagrids in this manner?
Any help much appreciated.