Closed wahmedswl closed 3 years ago
Try running dataset.AcceptChanges();
before serializing.
That i get but then everything is lost. Diffgram support so that changes can be sent over wire eg: RPC etc
Thanks
Ah, I see so you want to send the "edited" client side dataset to the server for processing?
Yes, this is the primary reason as currently Xml is the only option.
Personally I would handle it outside of fastJSON
, see this https://weblogs.asp.net/aaguiar/27459 and send the "deleted" "edited" "added" separately.
Its not to send it to client, its to send via RPC, Server to Server. Also, in this way this needs to be implemented by Every client, rather than built-in support in the Library.
Thanks
Hi, Getting following exception when trying to serialize
DataTable
with deleted rows.Thanks