Files to look at:
- HomeController.cs
- Data.cs
- JSCustom.js
- DetailView.cshtml
- Index.cshtml
- DetailViewPartial.cshtml
- MasterViewPartial.cshtml
How to display detail data within a popup window using ContentUrl (MVC)
This example contains a Customers grid with a hyperlink column. When a hyperlink is clicked, a popup window is opened to display detail data - orders - of a given customer. Orders is a separate web page, which is embedded into the PopupControl via the client-side SetContentUrl method.
See also:
How to display detail data within a popup window