Validation in SAIL Form

Certified Lead Developer

 Hi 
I have 3 different groups of SAIL components in 1 form,
and a single button
I want to perform validation of 2 groups on button click but not the 3rd one,
how to handle this scenario ?
tried with ValidationGroup:{"Group1","Group2"} but it didn't worked.

anyone have better solution ?

  Discussion posts and replies are publicly visible

Parents
  • Hi Parag,

    Just wanted to ask you few queries related to the post.

    1) When you say groups which means it is validation group right?
    2) Could you please explain this scenario bit further with simple scenario?
    3) When you say you have single button then it is submit button right? If your answer is yes then what is the scenario why you want to skip validation for the third group?
Reply
  • Hi Parag,

    Just wanted to ask you few queries related to the post.

    1) When you say groups which means it is validation group right?
    2) Could you please explain this scenario bit further with simple scenario?
    3) When you say you have single button then it is submit button right? If your answer is yes then what is the scenario why you want to skip validation for the third group?
Children