(Sorry, subject should be "Update Failes" but apparently you can't edit that)
I'm building a RadGrid against a LinqDataSource using a popup edit box. All goes well until I try to execute the update, at which time the following error occurs:
All the tables in the LinqDataSource have PKs enable and I make sure that the PK column is included in the grid.
I'm building a RadGrid against a LinqDataSource using a popup edit box. All goes well until I try to execute the update, at which time the following error occurs:
Could not find a row that matches the given keys in the original values stored in ViewState. Ensure that the 'keys' dictionary contains unique key values that correspond to a row returned from the previous Select operation.
All the tables in the LinqDataSource have PKs enable and I make sure that the PK column is included in the grid.