The Problem:
I have multiple levels of Master Detail grids
Parent drives Child drives Details
The Child grid has a default action which populates the Details grid. The Child grid refreshes when a record on the Parent is selected (via a process which updates an ID field on LIRU).
The challenge is that when the Child grid refreshes the Select first row option is then ignored, which results in the no record being selected which prevents the default action on the Child grid refreshing the Details grid.
The question
Is there JS that I can add to force the selection of the first record in the Child grid?