Web components and Blazor grids with moving and pinning throws error when unpinning a column #12874
Labels
🐛 bug
Any issue that describes a bug
💠 grid: elements
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
Having web components or blazor grid with moving and pinning throws error when unpinning a column.
Open that sample https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/grid/column-moving
Note the header template:
See that the span has pointerdown event that pins/unpins a column. There is something with that pointerdown event and with drag-drop directive pointerdown.
NOTE: Note that if you change the event to click - the button stops working
Steps to reproduce
Result
There is an error in the console
Expected result
There should be no error in the console.
If the event handler is set on click it should work like in Angular
The text was updated successfully, but these errors were encountered: