I want to create a Master-Details with an Interactive Grid that has the option to “drill down” similar to an Interactive Report.
Interactive Report Example
When we create a Master-Detail report, it creates a Master page with an Interactive Report that links via its Attributes to the Detail page. This linkage is associated with an icon
that triggers the drilldown. The only problem is that you cannot edit things on the master page.

Interactive Grid Goal
What I would like to do is change the Interactive Report to an Interactive Grid and still retain the drilldown behavior. My reasoning is simple, there are some top level things that I would like for my user to be able to edit without drilling down. However, there are a more extensive set of columns that will require a larger canvas to lay them out nicely.
Unfortunately, the Interactive Grid does not support the Link attributes, illustrated above.
Is there a way to introduce my own drilldown link in the interactive grid that emulates the drilldown in an interactive report?
Rob