TIWCGJQGridOptions.OnBeforeSubmitCell Property
applies only to a cell that is editable; this event fires before submit the cell content to the server (valid only if cellsubmit : 'remote'). Can return new array that will be posted to the server. beforeSubmitCell : function(rowid,celname,value,iRow,iCol) { if( some_condition ) { return {name1:value1,name2:value2} } else { return {} } } The returned array will be added to the cellurl posted data.
published property OnBeforeSubmitCell: TIWCGJSonFunc index 112 read GetFuncValue write SetFuncValue stored IsFuncStored;