Question

Lookup OnChange event doesn't fire on hitting delete key to remove the lookup value. However, on changing lookup content (name) using keyboard it does fire.

Is this any bug or is by default?
How to trigger the OnChange event in this case?

Était-ce utile?

La solution

It will trigger when the control loses focus. So when you tab out of the lookup control, or click somewhere else in the form the event is fired. When you change the value in the lookup, except deleting, it will trigger right away.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top