Mashup: Prevent Change events of controls when Mashup loads
Hello,
do someone know how to prevent the Changed event(f.e. Datetime Widget) to be thrown when the Mashup is loaded.
I have the following Issue.
I want to call a service for data extraction during Mashup loaded and when the Date changed.
When i reload the page the service get called twice (Mashup Loaded + Changed Event of Datetime Widget).
Any ideas how i can only call it once without adding a button for "reload"

