We are using kendo angular library in our application. We need to create pdf and image files of the HTML page. The page contains charts and grid something similar to https://demos.telerik.com/kendo-ui/pdf-export/index.The grid can have multiple pages and child grids as well. The queries are related to this.
- Can exportImage work on grid with pagination and downloads multiple images corresponding to each grid pages? Like its generated for pdf in this example - https://docs.telerik.com/kendo-ui/knowledge-base/all-page-content-with-all-pages.
- Can child grid data be exported in pdf and images?
- In case of horizontal scroll on grid, can it be adjusted to be accommodated in the export?
- If the grid can be exported along with its parent container for multiple grid pages ?