ListView with a TreeView type of expansion of master-detail data intertwined
i'm looking way display data there multiple rows of data, having row below.
i'm using listview gridview columns, columns can resized , have sorting,etc, have not figured out how add row has 1 textbox/textblock related row above it.
data master/detail, have not found examples of type of display.
ie:
[cust # ][first ][last ]
- 123 alvin chipmunk
------ needs package ups only
- 124 theo squirrel
------ needs package fedex only
------ don't accept checks
125 mark anthony
+ 126 leo marks
in above, there header line 3 resizable columns (cust #, first, last)
treeview type display of - or + open/closed state.
rows below master row not part of resizable columns.
alvin , theo have 1 detail row each, , mark has none, leo has number , collapsed.
examples i've found 2 separate views: master , detail. need them intertwined.
commercial component ok too!
thanks!
i'm using listview gridview columns, columns can resized , have sorting,etc, have not figured out how add row has 1 textbox/textblock related row above it.
data master/detail, have not found examples of type of display.
ie:
[cust # ][first ][last ]
- 123 alvin chipmunk
------ needs package ups only
- 124 theo squirrel
------ needs package fedex only
------ don't accept checks
125 mark anthony
+ 126 leo marks
in above, there header line 3 resizable columns (cust #, first, last)
treeview type display of - or + open/closed state.
rows below master row not part of resizable columns.
alvin , theo have 1 detail row each, , mark has none, leo has number , collapsed.
examples i've found 2 separate views: master , detail. need them intertwined.
commercial component ok too!
thanks!
telerik's grid control has hierarchy support , handle situation.
reed copsey, jr. - http://reedcopsey.com
reed copsey, jr. - http://reedcopsey.com
Expression > Expression Blend + SketchFlow
Comments
Post a Comment