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