Hey guys,
Is there a way to create an async custom validator?
I found an asny validation for the whole form, but as far as I understood it rlly is only for the whole form.
http://forums.smartclient.com/showthread.php?t=19145&highlight=asynchronous+validation
In my case I have a form and in the first Textfield the user should input some data, if the field loses focus (setValidateOnExit) I'm going to check if the input is valid and prefill some of the following fields.
Since the upper approach is validating the whole form many fields would show errors even if the user didn't reach them yet.
thx in advance,
JC
Is there a way to create an async custom validator?
I found an asny validation for the whole form, but as far as I understood it rlly is only for the whole form.
http://forums.smartclient.com/showthread.php?t=19145&highlight=asynchronous+validation
In my case I have a form and in the first Textfield the user should input some data, if the field loses focus (setValidateOnExit) I'm going to check if the input is valid and prefill some of the following fields.
Since the upper approach is validating the whole form many fields would show errors even if the user didn't reach them yet.
thx in advance,
JC
Comment