First off, I'm new to DevExpress. I have done a fair amount of search but have not yet found the solution for what I am trying to do which is: Open a details page from a ASPxGridView based off of the row key.
I've seen child detail examples but since I have multiple related tables each of which may contain too many rows to be displayed nicely nested in the grid, I'd like to create a separate page for this view.
I have the master grid done. What I haven't figured out yet is
- How to create a link in a column, based off of the row key.
- The best way to create the related detail page.