AD
Administrator
Syncfusion Team
December 22, 2005 05:43 AM UTC
Hi Anna,
The other way of clearing the GDBG is by setting the Datasource to null and Refresh() the Grid.
this.gridDataBoundGrid1.DataSource = null; this.gridDataBoundGrid1.Refresh();
Regards,
Calvin.