Good Day,
Would somebody kindly help me with an issue that I got?
When I am validating a new row or a editing row with RowValidating Event, I add the error messages for each column, set the args.IsValid to false and the validation is displayed normally but after that I have the case which I need to validate the combination of 2 column values and then show the error displayed if it does not fulfill the condition, my expected result is that only those 2 fields should display the new errors but instead the Error ToolTips is displayed on all the columns that got error the first time.
Thanks and Regards