Reinitializes the binding between the DataGrid control and the underlying recordset.
public void rebind()
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