In the DevExpress GridView component, how do you create a drilldown to a detail page? The app is in MVC 2.

eg One column of the grid has a hyperlink, and clicking that link takes you to the detail edit page (not an inline editor) for that row's data record:

+------------+---+
|Red widget  | 5 |
|Blue widget | 3 |
+------------+---+

Where clicking on "red widget" will take you to the "/Product/Edit/1" page, and clicking on "blue widget" will take you to the "/Product/Edit/2" page

link|improve this question

74% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Please take a look at Grid View - Editing demo module.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.