New to Telerik UI for WinForms? Download free 30-day trial

Databinding RadGridView

RELATED VIDEOS
Binding RadGridView for WinForms to OpenAccess
In this video, you will learn how to bind RadGridView for WinForms to OpenAccess entities.
WinForms RadGridView Databinding

RadGridView binds to collections of bindable types from many sources including:

RadGridView can bind to a single level of data or multiple levels of hierarchical data.

RadGridView can work in so called 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.

See Also

In this article