I'm looking to achieve something like this: hidden link
So basically have a view of all the actors (I know how to do this), but then show the single page content INLINE on the same page.
This is great for the user, since he can continue browsing his filtered actors, without having to switch back and forth between the various pages and views.
Is this possible, and if yes, can you tell me how?
When you navigate the page at that link you shared you'll notice if you click on any of the headshots that the page sends an ajax request to then get the content of the underlying post (that analogy is loose, this isn't a WordPress site), which it injects into the current page.
There isn't any equivalent with WordPress and Views.