Skip to content

Commit b6fb07d

Browse files
authored
Merge pull request #634 from telerik/DinkoK-patch-5
Update databinding-radgridview.md
2 parents 5362993 + 2891989 commit b6fb07d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

controls/gridview/populating-with-data/databinding-radgridview.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ previous_url: gridview-populating-with-data-databinding-radgridview
1313

1414
| RELATED VIDEOS | |
1515
| ------ | ------ |
16-
|[Binding RadGridView for WinForms to OpenAccess](http://tv.telerik.com/watch/winforms/binding-radgridview-for-winforms-to-openaccess)<br>In this video, you will learn how to bind RadGridView for WinForms to OpenAccess entities.|![WinForms RadGridView Databinding](images/gridview-populating-with-data-databinding-radgridview001.png)|
16+
|[Binding RadGridView for WinForms to OpenAccess](https://www.telerik.com/videos/winforms/binding-radgridview-for-winforms-to-openaccess)<br>In this video, you will learn how to bind RadGridView for WinForms to OpenAccess entities.|![WinForms RadGridView Databinding](images/gridview-populating-with-data-databinding-radgridview001.png)|
1717

1818
##
1919

@@ -30,7 +30,8 @@ previous_url: gridview-populating-with-data-databinding-radgridview
3030
**RadGridView** can bind to a single level of data or multiple levels of [hierarchical data]({%slug winforms/gridview/hierarchical-grid/binding-to-hierarchical-data%}).
3131

3232
**RadGridView** can work in so called [Unbound mode]({%slug winforms/gridview/populating-with-data/unbound-mode%}), where the grid is not bound to any data and using the grid API, you specify the data (columns and rows) that will be displayed  dynamically at runtime.
33-
# See Also
33+
34+
## See Also
3435
* [Bind to XML]({%slug winforms/gridview/populating-with-data/bind-to-xml%})
3536

3637
* [Bindable Types]({%slug winforms/gridview/populating-with-data/bindable-types%})
@@ -47,3 +48,7 @@ previous_url: gridview-populating-with-data-databinding-radgridview
4748

4849
* [Binding to Generic Lists]({%slug winforms/gridview/populating-with-data/binding-to-generic-lists%})
4950

51+
* [Binding to Sub Objects]({%slug winforms/gridview/populating-with-data/binding-to-sub-objects%})
52+
53+
* [Binding to ObservableCollection]({%slug winforms/gridview/populating-with-data/binding-to-sub-objects%})
54+

0 commit comments

Comments
 (0)