BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Sean Roddis,
Sorry for the delay in getting back to you.
We have analyzed your query and you can create the Mapping name for nested grid by using the following code snippet.
Code snippet[XAML]:
<syncfusion:GridDataControl.Relations > <syncfusion:GridDataRelation RelationalColumn="Collection" RelationType="MasterDetails" > <syncfusion:GridDataRelation.TableProperties> <syncfusion:GridDataTableProperties AutoPopulateColumns="False" > <syncfusion:GridDataTableProperties.VisibleColumns> <syncfusion:GridDataVisibleColumn MappingName="CustomerID" HeaderText="Id"/> <syncfusion:GridDataVisibleColumn MappingName="CustomerName" HeaderText="Name"/> <syncfusion:GridDataVisibleColumn MappingName="ProductID" HeaderText="ProductId"/> </syncfusion:GridDataTableProperties.VisibleColumns> </syncfusion:GridDataTableProperties> </syncfusion:GridDataRelation.TableProperties> </syncfusion:GridDataRelation> </syncfusion:GridDataControl.Relations>
|
We have prepared simple sample base on your requirement and please find the sample under the following location.
Sample: NestedWithObservable.zip
Please let us know if you have any queries.
Regards,
Gobinath A.