johnyoung
Posts: 2
|
| Posted: 10/19/2006, 12:13 PM |
|
I'm looking to have a type of grid form that has a tree like structure to it. Basically like an email or news posting thread approach. Each record/row in the grid could have multiple children of the same type of record, so there needs to be an expand/collapse selection image in front of each record that has children.
I hope I'm making myself clear.
Any thoughts, pointers, third party components, or the like to handle this requirement?
|
 |
 |
Edd
Posts: 547
|
| Posted: 10/20/2006, 8:45 PM |
|
johnyoung
You can do this in CCS by hiding rows using the "display=none" style methods and with Javascript and openning them up as required.
The only drawback is that you have to cound headings not Rows to be displayed.
Have a look at the CCS techniques in the examples on Adding rows to a grid for an idea.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
|