Regarding editable grid

I have a query regarding editable grid, I have seen your video of editable grid.
I want to remove data on single click from the interface. And wouldn't be reflect 
on the grid after deleting it. But it should be soft delete not hard delete.

  Discussion posts and replies are publicly visible

Parents Reply
  • "Soft delete" means data should not be removed from database after once I clicked on delete icon in interface. Row should only be removed from interface until "Isdelete(boolean type field in database) value is 1". 

    I want to delete and update the rows in the editable grid. Deleting the data from interface should not affect the database.

    Only the value of field "isdeleted"  should change from o to 1. "1" if data has been deleted from interface and "0" id data is not deleted

Children