When updating a record in a GridList I have to return the updated record with a new id. The GridList will append the new record and leave the old one unchanged.
Is there a solution to have the updated record replaced with the new one?
Is there a solution to have the updated record replaced with the new one?
Comment