If on navigation button you add Action "Navigate to page" and check "Use full screen refresh" then Load event will be called while that navigation.
If on navigation button you add Action "Navigate to page" and check "Use full screen refresh" then Load event will be called while that navigation.
Also you use Complete event for DataSource component (but this event is calling any way, no matter how service finished its work - successfull or with error - if there is no data the at first Error event works and Complete after). Try to use Success event instead of Complete.
I need you dinamic url for navigation. I can't use static url.
Thanks, about compleate
Hello! Could you please clarify your question?
I found that bug is done. Thanks.