Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
DataGrid.rebind
Reinitializes the binding between the DataGrid control and the underlying recordset.
Syntax
public void rebind()
Remarks
This method causes the DataGrid control to perform the same operations that occur when you first set the dataSource property (and optionally, the dataMember property). The DataGrid control resets the columns based on the recordset that it is currently bound to.
See Also setDynamicColumns