Skip to content

Commit dc2256c

Browse files
Update README.md
1 parent 11386d0 commit dc2256c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Bind the List of String to WPF DataGrid?
22

3-
This sample illustrates how to bind the list of string to [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid).
3+
This sample illustrates how to bind the list of string to [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid).
44

55
`DataGrid` is bound to a collection with a class type. You can bind a list of string as an ItemsSource of `DataGrid` can be achieved by using [GridTemplateColumn](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridTemplateColumn.html).
66

@@ -44,4 +44,4 @@ public class ViewModel
4444
</Grid>
4545
```
4646

47-
![DataGrid bound with List](DataGridLoadedWithList.png)
47+
![DataGrid bound with List](DataGridLoadedWithList.png)

0 commit comments

Comments
 (0)