Hello,
I was hoping I could get a simple answer to a problem that I have. I have a RadzenDataGrid with 2 Custom Validators, and these validators depend on values from both fields. The two fields are State and County, basically the user must select either State or County. Right now, when I deselect State after initially selecting State it provides the error message "You must select a state or county." but when I select a County, the State error message is still present. Is there anyway I can clear that error message when the user selects a county? I have tried triggering the State validator manually on the County Validator check, but that doesn't work. I noticed when I click on the "Save" button it will clear the error message, but I would like it to clear upon the selection of the County.