Other types of Data Binding

In addition to the traditional types of data binding described above, the VSFlexGrid control provides three new ways to connect the control to data sources. You may use the BindToArray method to connect the grid to a Variant array or to another VSFlexGrid control, or use the FlexDataSource property to connect the grid to a custom data source that you develop yourself.


Binding to Variant arrays

Binding to other VSFlexGrid controls

Binding to a FlexDataSource