I would like to create a hierarchical Grid that has a parent row and then 1-n child rows.
The parent row would be indexed by a unique datetime. Then containing many rows of data that would make up the
parent rows many attributes.
Example
Automobile 1/1/2009
Color red
Engine V8
Horse Power 225
Automobile 2/1/2009
Color Green
Engine V6
Horse Power 200
My question is if I had created the parent row and the children rows is there a way to select the parent and then copy/duplicate/clone
all of the rows that makeup the parent and children and then allow the user to set the new date for the copied parent row.
The parent row would be indexed by a unique datetime. Then containing many rows of data that would make up the
parent rows many attributes.
Example
Automobile 1/1/2009
Color red
Engine V8
Horse Power 225
Automobile 2/1/2009
Color Green
Engine V6
Horse Power 200
My question is if I had created the parent row and the children rows is there a way to select the parent and then copy/duplicate/clone
all of the rows that makeup the parent and children and then allow the user to set the new date for the copied parent row.