We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon