I have a parent gridview and a detail gridview, I can insert/update/delete the parent gridview. I can insert new records on the detail gridviews But I cannot Update/delete any of the records in any of the detail gridviews I get the following exception.
Store update, insert, or delete statement affected an unexpected number of rows (0). Entities may have been modified or deleted since entities were loaded. Refresh ObjectStateManager entries.
I know this is not possible because I am the only one editing this record.
How can I fix this?