Click Event on People Picker
I’m trying to create a click event; executing an Auto Lookup when a People Picker OK button is clicked:
Below is the current version of the JavaScript I've tried:
$(document).on('click', ' .popActionButtons okPeoplePicker', function () {
eFormHelper.triggerAutoLookup({fieldId: 'ExistingMemberChecklkup'});
$('.k-widget k-window').click(); //Close popup
});
Can you advice on how to update the above JavaScript to execute the Auto lookup when the People Picker OK button is clicked???
Thanks in advance!
Please sign in to leave a comment.
Comments
2 comments