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