Is there a way to retain the page (pagination) in a grid? For example: I have

Is there a way to retain the page (pagination) in a grid? For example: I have a grid with 100 records with 10 records per page. I paginate to the 4th page and select a record to edit. I come back to the grid and it has returned back to page 1. I would have liked for it to still be on page 4. Is there a way to do this in a user input task grid? We have not begun to retro fit our current processes to 7.4 functionality....

OriginalPostID-101701

OriginalPostID-101701

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer
    I've been wondering about this myself - such as, whether there'd be some way of passing in the ID of the selected entry to the paginginfo for use as perhaps a "starting point"... I never got very far in that but part of me still thinks it might be doable via the right expression rule. So in the data set, where we'd normally see something like: "rule!queryAllMyInfo(data!paginginfo)", maybe we could do instead "rule!queryAllMyInfo(rule!pagingInfoWithStartingPoint(data!paginginfo, pv!selectedItemID))" ... no?