Is there any way to have the OnChange event get called when they click enter but NOT when the textbox loses focus?
My textbox is in a modal and it performs a data search when Enter is clicked in the textbox, but the problem is when I click the Cancel button in my modal window it fires the event if I am still focussed on the textbox and it interferes with the closing of the modal.