Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    What is ther order for Validators assigned to item ?

    Hello,

    I have a item with some validators like: RequiredIfValidator, IntegerRangeValidator, CustomValidator to same item with item.setValidators(requiredIfValidator, integerRangeValidator, CustomValidator) and i would know the order execution and the order of fileds, tab order or what.

    Regards.
    Francisco.

    #2
    Validators should not be written in an order-dependent way. Settings like validateOnChange or validateByCell may cause individual validators to fire in any order.

    Comment

    Working...
    X