I am trying to create a summary detail view using the Razor Host Module. In my summary view I get the counts by ID and then when I click an item in the summary view, the id should be used to filter out and display the details view (in a hidden div on the same page). I have successfully created the summary view and I can call JavaScript to show and hide the hidden div that should be populated with the details view, however I am not sure how to pass the ID via an AJAX call to the details view. I have tried @RenderPage but I am not able to pass parameters to the details view. Can someone please share a working example of this? I think this is a very common scenario. Please help.
Thanks