Hi,
i need to get current row id of current modified row.
I need t get the row id in a dynamic action built on an interactive grid field.
I've tried to get the current selected row from model but it's ok when user press tab after updating field but when user press enter the interative grid move automatically the focus on next row so i get next row id and not the current one.
My dynamic action is needed to update price column after quantity column's change.