$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
DataGridView WinForms Control
Powerful GridView C#.NET control supports data binding to various data sources
Home > WinForms UI Controls > User Manual > Data Binding in C#

GridView Data Binding

When .NET Windows Forms developers use the DataGridView Control, they can easily bind their application to any data sources without any code. It is also able to bind any XML, custom business object and web service directly to the Data Grid control in Windows Forms development environments. The data binding operation only need the data objects implement one of these interfaces, IList, IEnumarable, or ICollection. Additionally, the powerful data grid control supports out of the box binding to objects in sub directory as well as their properties for customizing.

Binding GridView to Various Data Sources

The Kettic DataGridView component is able to be bound to a variety of data sources. This is achieved by binding the GridView control to the collections of bindable types, which includes,
  • data binding to Array and ArrayList of simple types, custom business object as well as web service.
  • binding gridview to Generic Lists of simple types, custom business object as well as web service.
  • binding the gird view control to BindingList or other IBindingList implementations.
  • capable of binding to database that uses DataTable, DataSet or DataReader components from a data sources providers such as, Microsoft SQL, Oracle, Access, anything accessible via OleDb
Furthermore, the Kettic DataGridView supports of data binding to a single level of data or multiple levels of hierarchical data in C# Windows Forms application.
With the unbound mode support, the Kettic DataGridView can be bound to no data. The GridView C# API in the control suite allows users to dynamically display the data in columns and rows at runtime.
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls