문제

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