In Document details tab of Sales Order screen, we are displaying the images of the item, and using java script we are able to set the height of the image also.(https://stackoverflow.com/questions/50416118/acumatica-set-grid-row-height-because-of-images)
Right now we didn’t have any pagination, because of the below issue we are facing.
If set the pagination and if we have 20 line items, we could able to see 5 item in gird by default but when go to fifth record and click on down arrow the cursor is showing us the 6th line item which is hiding below somehow, i think technically it should take us to the next page, which is happening correctly in other girds in which we doesn’t show any images.