I swear I saw a tutorial on this butt I can’t seem to find it. Maybe I’m dreaming.
I need tot figure out how tot use the state manager with the pagination generator so that when the user clicks on a link in the repeat region and come back to the list they are on the same page in the pagination that they left from.
The State Manager works while on the same page, but if a user leaves the page, then you would need to use either a Session or maybe the url return variable so that the browser knows where the user was when they left the page.
Right, but in the context of the Paging Generator, it would retain the user position only while the user is on the same page, if a user were to leave the page, a more persistent method would need to be used to retain the user position, correct?
Well that is the power of the state manager. You just choose the right type of state manager, add it to the page and use it.
If you want to retain the paging for example when you go to other page and then back, you can choose to use the session or local storage state manager.