I have issue can’t iterate to next row in Grid after open file in second tab and go back to first tab.
Currently I have web page that display list of data in Gridview. After I click “Details” button in first gridview it will show pdf file in second gridview.
Next I will click the pdf file and will open the file in second tab.
I continue by close second tab and continue to click second row in First gridview
to repeat the process.
The problem is after I move from second tab to first tab, the cursor won’t go to next row of the gridview. It always click the first row.
This issue not happend when the process not continue to second tab.
I don’t know what the issue.