Perhaps I haven't explained this well enough. In the scheduler when a row is clicked on we navigate to a page to show the details page with links to the items that need to be scheduled. The links take the user to the assignment page.
If the user has scrolled down on the scheduler grid to a particular row, and clicked on it, I would like to grab an ID and use it to bring the user back to the same point on the scheduler grid when they close the assignments and detail pages.
It looks like scrollToResource was designed to do this, but I cannot find references to it in MVC. Is there a way?