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