Hi,
I have a tabs integrated into my page.
When we go to the first tab, i have an ej2-grid template. and the second tab has an ej2-graph which'll be generated based on the values present in the grid.
When a user enters the third tab, we'll be having an option saying 'export to pdf'.
My requirement here is that, when a user clicks on this, the ej2-graph data and ej2-grid data should be saved into the same pdf document.
I was able to generate pdf's for individual graph component but not the combined graph and data grid into a single pdf.
I was looking into the documentations to get this part done, but I couldn't find a relevant option.