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

Deletion in GridDataBoundGrid

Hi,

How can I delete the selected record from the GridDataBoundGrid.Please help me.

Thanks,
Awanish Kaul

1 Reply

JJ Jisha Joy Syncfusion Team July 21, 2009 06:11 AM UTC

Hi Awanish,

In GridDataBoundGrid, if we highlight row/rows and press delete key, the selected row/rows get deleted by default. If you want to done deletion process in any button click, then you could use the following code:

this.gridDataBoundGrid1.Binder.RemoveRecords(2, 5);

Let me know if this solve your issue.

Regards,
Jisha

Loader.
Live Chat Icon For mobile
Up arrow icon