I am using SetDataBinding to bind a dataset to the WinGrid.
How would I unbind this dataset from the grid?
You could simply set the DataSource property to null (or do so through SetDataBinding).
-Matt