Hi,
I have a grid of customer data.
On the the fields in my Customer table contains a link to a customer data detail info page of my web site.
If I create a link field in the grid that directly open the link all is working fine
If I try to add a custom button in the grid for each record to have a popup window following indications here https://xlinesoft.com/blog/2016/07/07/displaying-a-popup-in-phprunner-9-0-asprunnerpro-9-5-asprunner-net-9-0/ "SHOW 'VIEW CUSTOMER' BUTTON ON EACH ROW OF ORDERS LIST PAGE" button is OK but when I click it always shows a popup with the link contained in the first record of the grid.
It seems it is not getting current record.
What can I check?
Thanks