Try OpenEdge Now
skip to main content
GUI for .NET Primer
Controls in Forms : Control sources : Microsoft .NET Windows Forms UI controls : Data viewing
 
Data viewing
Windows Forms defines a rich architecture for binding to data sources such as databases and XML files. The DataGridView control provides a customizable table for displaying data, and lets you customize cells, rows, columns, and borders. The DataGridView functions like the ABL BROWSE widget. Using the OpenEdge ProBindingSource control, you can also use these controls to view ABL data sources.