Running validator after textbox input
I have a textbox, and the text is bound to a validator widget. The validator widget checks to make sure that the input is not null/empty, and if not, it runs a service. Everything works as expected, but the validator only runs when the user clicks off the textbox (I have no enter/submit button).
I want to rework this so that the validator runs without the user clicking off - or, make this automatic some how.
Any thoughts?


