Hi
I am having a SAPUI5 project mobile, where I want a view to disabled until the whole data on it is completely loaded. To be more elaborate. In the first view I have a button which when clicked will navigate to another view. Here, the second view has a button and a table which is bound to a oData service. Now I want the second view to be enabled only when the data is loaded completely. Please Help.
If you really want to do this, you need to do load the oData in the first view.
But I think thats a bad idea.
Just init your second view and display a BusyIndicator while data is loading.
Add a comment