Preconditions:
I have the ‘A’ form which fill out the ‘B’ data collection. Then I show the table with data set from ‘B’ in UI with option of selected row deleting (from UI table).
Problem:
Actually, the user deleting the previous row from the table but not the selected one.
Why when using onRowSelect() method with getCurrentItem() not the CURRENT item is selected?