The problem i have is that my entity.rowstate does not seem to change even though i have edited the record.
I create 10 new blank entities using create method of my developer class.
They are then added to a new entitylist, which then in turn populates a datagridview.
I enter a value into one of my datagridview cells and jump to the next record.
At this point i would have thought that the rowstate changes.
Iam missing something here..?