Responding to Grid Row click

Apologies in advance for what is probably a rudimentary problem.

In short, I’m having a hard time responding to Grid Row click event.

More specifically, I am trying to capture a grid row click and then load data via BAQ and populate a text area. Simple.

But I cannot wire up my event to respond to the grid row click.

I’ve read through this article that appears to be describing the same scenario but wiring up against the dataview yields no response:

App Studio - Trick to getting Grid On Click hook working - Kinetic ERP - Epicor User Help Forum

The dataview for the grid pointed in RED is LaborDtl.

Just to test, I’ve wired up a custom event to fire on LaborDtl > Row Changing event but I am not seeing the alert pop up. Row Changed hook does nothing also.

Any help would be appreciated, thank you in advance.

Could be wrong but I think onRowChanged never fires for grids having only a single row.

Try changing your trigger to grid onClick