Hello,
According to the manual, grid just send changed values:
It says that this is the default behavior. But is there a way to force grid to send all values?
Thanks,
Fernando.
According to the manual, grid just send changed values:
By default, a grid will send only updated fields and the primaryKey field as part of DSRequest.data so that the server can discern which fields the user actually changed. However, the grid always includes the original field values in the dsRequest as DSRequest.oldValues.
Thanks,
Fernando.