Data Binding Windows Forms Data Grids
The MM .NET Windows Forms mmDataGridView and mmDataGrid (old version of Windows DataGrid -- you should use mmDataGridView instead!) controls implement the ImmBinding and ImmBindingDataGrid interfaces which possess the following custom binding properties:

- BindingFlag - Specifies if the control should be bound at run time
- BindingSource - Name of the binding source business object. You can use the MM .NET Binding Source Selection dialog to set this property.
- BindingSourceMember - Name of the business object data source member to bind to. This can be in the format:
- DataTableName
- DataTableName.DataViewName
A one-part name indicates the control is bound to the specified DataTable of the business object's default DataSet
A two-part name indicates the control is bound to a DataView belonging to the specified DataTable. If the second part of the name is "DefaultView", then the control is bound to the default view of the DataTable. Otherwise, the second part of the name specifies the name of a custom DataView. To use a custom DataView, the associated DataSet must be an mmDataSet.
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 04/13/17
Comment or report problem with topic
