Hello,
I have the following class:
In forward mapping wizard I set identity single field and autoinc verify by version with field version.
Then I created a web page with a RadGrid and and OpenAccessDatasource, in the MasterTableView dataKeyValues="Id,Version"
I can add rows but when I try to update or delete an already existing row I get the following error:
Telerik.OpenAccess.Exceptions.NoSuchObjectException: No row for
FormaModel.Citiy ('cities') GenericOID@a City id=0
NOTRES
I have been trying diferent versions for the last 3 days but with any success.
Seems like grid is not sending keyvalues for edited row
Thanks,
Miguel