I have a custom Form/Detail screen that uses the standard Acumatica architecture, i.e., linked by key fields in the header and grid along with a LastLineNumber field in the header and a LineNbr field in the grid. This all works fine, just the way it should.
The problem is - I've added the ability to edit the grid row in a form view, which works as expected, except that when I sort the records by any given field in the grid view, either asc or desc, when I go to the form view it opens the first record in the grid regardless of which record I was on in the grid. When I remove the sort, it doesn't jump to the first record any longer.
Any idea what's happening, or how I can get this to stop happening? Anyone seen this before?
FYI - this is build 20.102.0015..
Do you have SyncPosition="True"
property on PXGrid
control?
Can you reproduce the issue in Sales Order screen Details tabs?