Is there a way to identify the row a user is in when they press a hotkey set at the rowtablearea2 level? I have tried setting the method to griddataprop.onMethod but this does not set xciindex like a click event would. Maybe I’m simply not setting it up correctly? Below is the rowtablearea2 definition:
<rowtablearea2 griddataprop="XAR-TABLE" rowcount="10" withborder="false" hotkeys="116;XAR-TABLE.PF5;117;XAR-TABLE.PF6;118;XAR-TABLE.PF7;119;XAR-TABLE.PF8" njx:natname="#AR-TABLE">
TIA