TIWCGJQGridNavEditFormOptions.OnClickPgButtons Property
fires before the data is submitted to the server. Recieves as parameter the posted data array and the formid. beforeSubmit : function(postdata, formid) { … return[success,message]; } When defined this event should return array with the following values success boolean indicating if the proccess should continue (true) or a error (false) message should appear to the user
published property OnClickPgButtons: TIWCGJSonFunc index 39 read GetFuncValue write SetFuncValue stored IsFuncStored;