I'm using the following JS on Page Show to stretch my grid to 100% height of any screen:
Appery("mobilegridHome").css("height", '100%');
Appery("mobilegridHome").parent().css("height", Appery("mobilecontainerHome").css("height"));
This works as it is supposed to, however the grid doesn't resize until a split-second after the page has loaded, causing a brief jarring effect. I tried the same code on a Load event but the grid didn't resize at all.
Is there a way to fix this so that the grid stretch isn't visible?