| XWT + TableViewer + Master/Details [message #565926] |
Sat, 12 December 2009 07:45 |
Walter Missing name Messages: 119 Registered: July 2009 |
Senior Member |
|
|
Facing issues in showing nested Table Contents
Master Shows the Data Correctly ( contains 2 rows )
<TableViewer x:Name="testTV" x:style="BORDER|SINGLE|FULL_SELECTION"
input="{Binding}">
But in the nested table where the pictures ( a data member of master table )
is an collection of Picture objects containing url as a member, I couldn't
see the data populated in ImageViewer.
<TableViewer x:Name="ImageViewer" input="{Binding
elementName=testTV,path=selection(pictures)}">
<TableViewer.columns>
<TableViewerColumn width="60" text="url" displayMemberPath="url" />
</TableViewer.columns>
I didnot get any exceptions at all.
Both TableViewers are defined in the same xwt file.
Any help is much appreciated.
Thanks,
- Walter.
|
|
|
Powered by
FUDForum. Page generated in 0.01730 seconds