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
Question Comments
Added By: Mayur Dhavle at: 9/10/2014 10:03:25 PM
This works fine with one value. but what if my controller action method is accepting more than one value.. I mean if I have to pass multiple values on click of hyperlink to controller action from row then how can we do it ??
Can we have multiple key field names in mvc gridview ?