Is there way to hook the Edit button in the row to navigate to another template? I would like to navigate to another template that has a hierarchical grid that would display relevant data. In this case the initial grid shows a listing of tests.
When the user clicks the "edit" button in the grid I want to navigate to another page representing the questions and answers for the selected test in a hierarchical grid. So how could the second page's Grid pass the testId from the action (URL) to the Read() function specified in the grid?
Thanks!