Search found 1 match

by echang
Wed Jan 07, 2015 7:42 am
Forum: Zee Language
Topic: Use key action to prevent WebPopupList firing Ajax call
Replies: 0
Views: 35096

Use key action to prevent WebPopupList firing Ajax call

The default behavior of WebPopupList select API will trigger value change event, it could bring some problem in the case application will fire ajax call upon value change event. The workaround is to use key event API, for example: this.Click() Integer count = indexOfTargetElement - 1 this.GenKeyEven...