OK, I know it's simple (at least I hope), but I can't seem to find an answer....

How do I empty/clear/reset a DataGrid control

The only thing I can think of right now to do is set the databinding to an empty dataset. It seems to work, but is this the proper way of achieving what I want?

Thanks.

Charlie