Error Provider allow leave focus of invalid control

0
0

Hello,

I’m using ErrorProvider and Validation classes to validate controls,

Everything works well BUT I want to allow the user to LEAVE an invalid field. What’s happening currently is when a control is not valid, if I click outside it, the focus forcibly returns to the invalid field.

 

I want to be able to exit the field and keep the invalid icon and messages displayed normally.

 

Any advise?

Thanks!

  • You must to post comments
0
0

Hi Ali,

you can use the AutoValidate property that’s supported by any Container (Form, Page, User Control etc.):

https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.autovalidate

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.