Hi Guys,
I want some clarity on logic for validating data in datatable. I have a requirement to validate data in datatable and mark that row which has failed in validation.
for example assume there are 3 columns name, age, and phone number. now I have to validate the contents of the phone number column and if it contains string then should add another row say validation and mark it as failed
This will help me keep track of failed rows then I will only have to process the rows which have no errors.
can somebody please let me know how to proceed with this one.