I am wanting to leverage kendo Popup component with in a Grid. The problem I'm having is to isolate or parametrize the popup component so that it only opens for the cell data that the user interacts with. At present, the Popup uses an HTML style anchor and I have not determined how to pass a unique attribute so that the Popup opens only for the cell/row the user engages.
Please have a look at this Stackblitz stubbed out to show as example of scenario:
- Clicking on "Show Description" button will bring up pop-up for every cell with that component due to anchor reference.
- https://stackblitz.com/edit/angular-bpyibp?file=app/app.component.ts
Any help from this community forum will be helpful and appreciated!!
Thx,
LJ