HI ,
Am trying to build a page in apex, having interactive grid as a main report, but i want the zoom level to be set at 80% on page load.
Tried using the following js script with “Execute when Page Loads” property on the apex page.
document.body.style.zoom = "80%";
The grid appears as desired, but the action menu won't pop out on click. Same happens if i try selecting search column button.
Any suggestion would help please.

