onViewShow
fires when any hidden view is shown
function onViewShow(): voidExample
Section titled “Example”grid.attachEvent("onViewShow", function(){ // your handler here});Details
Section titled “Details”The event is triggered when any hidden view is shown.