Posted 17 August 2021, 9:36 am EST
Hi
How can we disable message of PreValidationError.
We perform the validation in another way.
Best regards.
Forums Home / ComponentOne / WinForms Edition
Posted by: ivan.stanojkovski on 17 August 2021, 9:36 am EST
Posted 17 August 2021, 9:36 am EST
Hi
How can we disable message of PreValidationError.
We perform the validation in another way.
Best regards.
Posted 18 August 2021, 2:05 am EST
Hi,
You can disable the error message by setting the ShowErrorMessage property of ErrorInfo of the input control to false.
c1NumericEdit1.ErrorInfo.ShowErrorMessage = false;
If you have any issues, please let us know the control you are using and a small sample showing what you are doing at your end.
Regards
Avnish