Hi All,
I’m trying to add an OnRowSelectedAction to the default SalesOrder gridView on OpportunityDetails additional tabs view:
As you can see below I’m trying to launch a Dialog upon each row clicked, but nothing happens:

The method signature looks properly defined within the debugger:

And I tried adding a checkbox column via Application Architect to be able to get a reference to the row on a click action:

And through the form load action C# snippet:

Neither of these attempts produces a checkbox column – only empty ones:

I thought this would be trivial, but I’m beginning to scratch my head here. Has anyone had any experience adding additional functionality to an out of the box smartPart SlxGridView control?
As an alternative, I'm leaning towards creating an entirely custom smartPart SalesOrder gridView where I can override the eventHandlers myself. This would involve adding a new link under "More Tabs" of opportunityDetails. Is this possible?