We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon