Forum Post: Re: Field Validation Doesn't Work In A Pop Up Window - New Ui

  • Thread starter Thread starter Mohammed Siraj
  • Start date Start date
Status
Not open for further replies.
M

Mohammed Siraj

Guest
Iram, as explained earlier with New UI we have introduced client-side validation for the most basic cases like Required Fields, Invalid Dates & similar. However, for any server-side validation (i.e. custom field validation or validation trigger), we still require server round-trip to run these validations. That is, validator.validate() statement from above will run only client-side validations. Presently, using client-side API it is not possible to determine if server-side validations will run succesfully or not. Going forward we have plans to submit form using ajax & we will have callback handler options to cater to such requirements.

Continue reading...
 
Status
Not open for further replies.
Back
Top