I am using the batch editing, and I can add a record and the server sends the reply back.
I see the 2 following messages:
From the add action
[{"P":"","DistanceID":0,"HashID":5,"DownID":1,"DrillNumber":1,"DrillItemID":879,"DrillID":85,"FieldPositionID":1}]
From the update action
[{"P":"","DistanceID":0,"HashID":5,"DownID":1,"DrillNumber":1,"DrillItemID":0,"DrillID":85,"FieldPositionID":1}]
I only added a record and saved. Why is the update action fired?
The DrillItemId of 879 is the newly inserted record.
Why did the DrillItemId revert back to 0 and send an update?
does the order of the data returned matter?