I am using a Dataset, DatasetLogic, and TableLogic.
When calling my Dataset.Update, the Modified and Added works fine in the TableLogic_BeforeUpdateRow.
But when I delete a row and call Dataset.Update the following error always happens on the this call:
"There are no fields to locate the record for database DELETE in table Template."
The grid has AllowDelete to True. The BeforeUpdateRow is never hit. Any thoughts?