Hi,
We have a ListGrid where the user can mark a record for deletion but it doesn't get deleted until they click Save. I'd like to suspend all validation checks on the record that has been marked for deletion. If the user chooses to "un-mark" the record for deletion, then the validation would then be dynamically applied again. Is this possible?
We have a ListGrid where the user can mark a record for deletion but it doesn't get deleted until they click Save. I'd like to suspend all validation checks on the record that has been marked for deletion. If the user chooses to "un-mark" the record for deletion, then the validation would then be dynamically applied again. Is this possible?
Comment