C1 input controls -> PreValidationError

Posted by: ivan.stanojkovski on 17 August 2021, 9:36 am EST

    • Post Options:
    • Link

    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

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels