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

DataRow deletion

Is there any method/property to explicitly delete rows of the DataTable which is bound to a DataSource?

1 Reply

AD Administrator Syncfusion Team February 10, 2004 07:51 AM UTC

You can call DataTable.Rows.Remove or RemoveAt methods. //remove row 3 from the datatable this.childTable.Rows.RemoveAt(2);

Loader.
Live Chat Icon For mobile
Up arrow icon