I have a grid with a master table and a detail/child table. Both tables have a balance field. The master table's balance field is the sum of it child balance fields. When a child record is updated, I want the parent balance to reflect the change. When I call Rebind() at the end of the UpdateCommand handler for a detail table, Get the following error.
"There was a problem extracting DataKeyValues from the DataSource. Please ensure that DataKeyNames are specified correctly and all fields specified exist in the DataSource."
I read a few treads related to this error but nothing helped for my particular circumstance.
"There was a problem extracting DataKeyValues from the DataSource. Please ensure that DataKeyNames are specified correctly and all fields specified exist in the DataSource."
I read a few treads related to this error but nothing helped for my particular circumstance.