Unplanned
Last Updated: 22 Oct 2021 12:49 by ADMIN
Scott
Created on: 25 Apr 2014 01:00
Category: Kendo UI for jQuery
Type: Feature Request
3
Add new attribute that the Validator will detect and skip validation on that element/widget
Add new attribute that the Validator will detect and skip validation on that element/widget.

Eg; skip-validation="true"
<input type="text" required />

and then at run time you could toggle the skip-validation attribute.

<input type="text" required skip-validation="true" />

This would be perfect for complex forms where you are togging the visibility of div container of controls depending on what options that user selects in the form. 

The problem is at the moment, the validation will validate controls that are not visible.  Having a skip-validation attribute would solve this problem, as when you hide the div container you cold also toggle the skip-validation attribute on it's input controls.

Regards,

Scott
0 comments