Hi all,
I'm using SmartGWT 2.3 pro and I have the following requirement.
I have a form with several FormItems to manipulate a DataSource record.
Each form item may or may not have a validation set.
For all items I want to implement the following rule (pseudo code):
if (value_of_item = 'BLAH') {
skip validation
}
else {
do normal validation
}
Is this at all possible?
Regards,
Kees.
I'm using SmartGWT 2.3 pro and I have the following requirement.
I have a form with several FormItems to manipulate a DataSource record.
Each form item may or may not have a validation set.
For all items I want to implement the following rule (pseudo code):
if (value_of_item = 'BLAH') {
skip validation
}
else {
do normal validation
}
Is this at all possible?
Regards,
Kees.
Comment