H
Hutty
My goal is create a hierarchial dataset with parent child relationship. What
I thought would be an easy task has turned out to be quite difficult. In the
financial world you see many grids with parent/child relationship. However,
my search of the web has not reveal anything that can easily be done.
I tried the nested gridview. Now I am looking into the Repeater. Is it
possible to have the parent repeater display more than one column from an
sqldatasource? I am looking to creat something like this:
Company Col1 Col2 Col3 .....
AAAAA 20 40 60
Child1 15 22 43
Child2 5 18 17
BBBBB 10 15 20
Child1 2 11 9
Child2 8 4 11
I have been working with this for weeks as a beginner. Keep getting turned
around. Any ideas? thanks
I thought would be an easy task has turned out to be quite difficult. In the
financial world you see many grids with parent/child relationship. However,
my search of the web has not reveal anything that can easily be done.
I tried the nested gridview. Now I am looking into the Repeater. Is it
possible to have the parent repeater display more than one column from an
sqldatasource? I am looking to creat something like this:
Company Col1 Col2 Col3 .....
AAAAA 20 40 60
Child1 15 22 43
Child2 5 18 17
BBBBB 10 15 20
Child1 2 11 9
Child2 8 4 11
I have been working with this for weeks as a beginner. Keep getting turned
around. Any ideas? thanks