AD
Administrator
Syncfusion Team
November 25, 2005 09:52 PM UTC
Try the clear method on the dataset that is bound to your grid like:
yourdataset.clear()
See if that will work for you.
>How can I easily CLEAR a DataGrid once completed, in order to re-load it if the user desires?
AD
Administrator
Syncfusion Team
December 16, 2005 11:55 AM UTC
Hi
Another way is thr
DataGrid1.DataSource=null;