igniteui-webcomponents icon indicating copy to clipboard operation
igniteui-webcomponents copied to clipboard

[Bug]: [Grid] - Custom Row Actions does not expose a way to access the row as in Angular via actionstrip.context

Open mddifilippo89 opened this issue 10 months ago • 0 comments

Which component(s) are affected?

Grid

Description

actionstrip.context is demonstrated in Angular for acquiring the Row item. But in ported platforms eg. WC Blazor and React there is no context.

eg. https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/row-actions#custom-implementation

Reproduction

Open sample

https://codesandbox.io/p/sandbox/trusting-butterfly-nydc9s

I've hooked the click event on the embedded button in the action strip but the actionstrip doesn't expose a way to get the row being interacted with.

Workaround

n/a

Is this a regression?

No or unsure. This never worker, or I haven't tried before.

Affected versions

5.1.1

Browser/OS/Node environment

n/a

mddifilippo89 avatar Jan 22 '25 19:01 mddifilippo89