Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi
I want to trigger some service only whenever user click outside the text field widget, But i could not find that event in text field widget..
Please help me in this regard
If you do not want to use the Changed event of text field widget then you can add a button widget and use its clicked event to execute a service.
Regards,
Sachin
This event does not exists on the default widget. You can create your own widget and trigger an event on the blur event of the HTML input element.
Cyril