Does anyone have an idea how to capture the onLoad event of the associated grid like you can with grid views on the normal form?
For a gridview I place on the form I can user this https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/grids/gridcontrol/addonload
But in the case of the associated view I don't know the name of the grid because It's a default system grid so I cannot bind JavaScript to It. In this case I need to capture the onLoad event so I can update a total hours field after a delete action. This already works of the gridview I placed on the form myself.