TIWCGJQGridNavEditFormOptions.OnSerializeEditData Property
If set this event can serialize the data passed to the ajax request when we save a form data. The function should return the serialized data. This event can be used when a custom data should be passed to the server - e.g - JSON string, XML string and etc. To this event is passed the data which will be posted to the server
published property OnSerializeEditData: TIWCGJSonFunc index 43 read GetFuncValue write SetFuncValue stored IsFuncStored;