kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

Fix GridPDFExport when cell has a Link from react-router

Open simonssspirit opened this issue 2 years ago • 2 comments

Fix GridPDFExport when a cell has a Link from react-router

Try to export to see the error: https://stackblitz.com/edit/react-eoqkci-2kyclw?file=app%2Fmain.tsx

The assumption is that when we clone the DOM to export it, the Link element is no longer a direct child of the router.

simonssspirit avatar Mar 17 '22 05:03 simonssspirit

This can also cause an issue when using a navigate button in the GridToolbar.

We can add a property to specify where the close the Grid. If we clone it inside the app element where the react-router is, the issue can be resolved.

simonssspirit avatar Mar 23 '22 11:03 simonssspirit

Reported again: Ticket ID: 1571028

kdikov82 avatar Jul 04 '22 05:07 kdikov82