Deleting a record

Hi, I want to delete a record from the database after choosing a row and click the delete button. I used the following code but its not even removing the record from the grid. sfggroup.Model.ClearCells(Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cells(1, 1, sfggroup.RowCount, sfggroup.ColCount), False) Regards Rajesh

1 Reply

AD Administrator Syncfusion Team January 29, 2005 08:59 AM UTC

Try using grid.Binder.RemoveRecords

Loader.
Up arrow icon