Skip to content

Commit fdd6588

Browse files
ES-975464 - Added the image and update the content
1 parent 5d2f835 commit fdd6588

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
81.7 KB
Loading

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# How to generate the two level detailsviewdatagrid with datatable collection in WinForms DataGrid
1+
# How to Generate the Two Level DetailsViewDataGrid with DataTable Collection in WinForms DataGrid?
22

3-
This sample illustrates how to generate the two level `DetailsViewDataGrid` with `DataTable` collection in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid)?
3+
This sample illustrates how to generate the two level `DetailsViewDataGrid` with `DataTable` collection in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid).
44

5-
By default, the `DetailsView` will be added for single relation when the `AutoGenerateRelations` is enabled. To add multiple related tables in `SfDataGrid`, `AutoGenerateRelations` for each grid can be enabled through [SfDataGrid.AutoGeneratingRelations](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html) event.
5+
By default, the `DetailsView` will be added for single relation when the `AutoGenerateRelations` is enabled. To add multiple related tables in `DataGrid`, `AutoGenerateRelations` for each grid can be enabled through [SfDataGrid.AutoGeneratingRelations](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfDataGrid.html#Syncfusion_UI_Xaml_Grid_SfDataGrid_AutoGeneratingRelations) event.
66

77
``` csharp
88
//Event subscription
@@ -16,4 +16,4 @@ private void SfDataGrid1_AutoGeneratingRelations(object sender, Syncfusion.WinFo
1616
}
1717
```
1818

19-
![](https://www.syncfusion.com/uploads/user/kb/wf/wf-55295/wf-55295_img1.png)
19+
![DataGrid with two level of DetailsViewDataGrid bound with DataTable](DetailsViewDataGridWithDataTable.png)

0 commit comments

Comments
 (0)