This example checks a global variable to see if the user changed the table layout and reconfigures using the original table information.
Sub CheckForRebind_Click () If UserChangedLayout Then DataGrid1.Rebind End If End Sub