質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top