using a dataview for a child level

How do I set the GridTableDescriptor.Relations property of the parent (top) level to use a dataview for the child level? I can set this property to use a datatable as follows: Dim rdParenttoChild as RelationDescriptor rdParenttoChild = gridtabledescriptorParent.Relations(dsDataset.Tables("ChildTable").TableName) Thanks, Glenn

2 Replies

AD Administrator Syncfusion Team July 8, 2004 03:46 PM UTC

Hi Glen, check out the following example: SimpleNestedGGC_9937.zip It manually registers the related views with Engine.SourceListSet. Stefan


AD Administrator Syncfusion Team July 8, 2004 05:55 PM UTC

Thanks Stefan, This works perfectly!

Loader.
Up arrow icon