Grid populated with BAQ via rest-erp - right-click Open With?

Hey all,

I’m having some trouble implementing right-click “Open With” on Kinetic grids that I’m populating manually with rest-erp (which is the majority in my custom application, unsurprisingly). Having the “Like” set in the BAQ Attributes editor seems to have no effect, even for native fields (not just calculated columns).
image

The right-click menu just displays the copy options:

As @Stevensi1018 mentioned in this post, some behavior might be linked to whether the grid is editable or not, however this seems to make no difference for me.

For comparison, the right-click on the classic version of this dashboard works fine.

Anyone have any luck with this?

2 Likes

Collapse the panel-card-grid object, then expand it again. Does the right click context menu now work?

If so, set up app studio that it is collapsed by default, and set up an event to expand it on load.

Then, open a case with clear repro steps and join my happy fun time. lol

1 Like

Hmm… leaving the grid collapsed, then opening made no difference. Interestingly, I just noticed another one of my grids that is also populated via BAQ/rest-erp does have a functioning right-click menu. Is there some basic grid/BAQ setting I’m missing here?

I know I ran into this and have it working now - I’ll see what I can find.
The problem is that it was like a year ago, and I barely remember what I had for dinner yesterday…

1 Like

I believe I found it

In the Grid Model > Columns, I had to set the field to Editable, then as Read Only in the Erp Editor Model

I now see you already tried that … Not sure what to say. That did the trick for me, so my search ended there

If you click into the grid rev field and then right click; the context menu should open.