Reg: GridDatabound Control

Hi, I want to clear the data bound grid, How do I clear that..? Right now I am assigning empty data table to the grid. Is there any other efficient way or property to clear the grid? Kindly help me on this issue. Thanks, Anna

2 Replies

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.


AS Anna Srinivasan December 23, 2005 09:45 AM UTC

Thanks.......!

Loader.
Up arrow icon