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. |
RadGridView binds to collections of bindable types from many sources including:
Array and ArrayList of simple types or custom objects.
Generic Lists of simple types or custom objects.
BindingList or other IBindingList implementations.
Database data using DataTable, DataSet or DataReader components from a wide range of providers (MS SQL, Oracle, Access, anything accessible through OleDb).
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.