Hello Experts,
We have a page with multiple Interactive grids. When page loads it jumps the focus to the middle of the page. This creates bad user experience,
The problem is that one of the grids, which is in the middle of the page is editable. That is why it gets focus on the fist row, first id column when page loads.
How can I remove focus from this IG on page load?
Is there any way to disallow focus in IG Attributes, in JavaScript Initialization Code ?
We are on Apex 19.1
Thank you