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 the GridView extension in the content of the PopupControl.
See also:
How to display detail data within a popup window using ContentUrl (MVC)
How to display detail data within a popup window
Question Comments
Added By: Mayur Dhavle at: 9/10/2014 9:49:37 PM
I have same functionality, but I have to pass multiple cell values to a controller action method. Can u please post a code snippet for same.
Added By: Larry (DevExpress Support) at: 9/10/2014 11:18:27 PMHello,
To process your recent post more efficiently, I created a separate ticket on your behalf: T149660: GridView - How to pass multiple values when display detail data within a popup window. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.
Kindly, How can I replace the static text "Show Orders" in the line
...
hlSettings.Properties.Text = "Show Orders";
...
by a dynamic value in the current row [for example CustomerName value]
Best Wishes,
Added By: Helen (DevExpress Support) at: 9/7/2015 8:24:15 AMHello,
To process your recent post more efficiently, I created a separate ticket on your behalf: T286685: How to display detail data within a popup window without static text . This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.