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.
Up arrow icon