Categories | Question details Back To List | ||
Problem in Saving data after verificator call Hi i am facing some problem while saving grid data using Dataprocessor when i am using verificator. I am calling a validation method to validate the data. But if i use the setVerificator method, and if the data is valid the data is not sent to server side for save. Validations happens properly. Could you please help me resolve this? Answer posted by Stanislav on Dec 27, 2007 14:21 Which value returned from your validation function? If it returns false or just return nothing - the sending process will be aborted, you need to return true - to make it fully workable. |