Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
Unbinding
posted

I am using SetDataBinding to bind a dataset to the WinGrid.

How would I unbind this dataset from the grid?

  • 37774
    posted

     You could simply set the DataSource property to null (or do so through SetDataBinding).

    -Matt