I am developing a Dashboard for a web application , dashboard shows various Chart (Telerik RadChart) Images and GridView Tables. See below image:
)
To increase performance of dashboard loading we are implementing Caching for dashboard.
We are generating jpeg images from RadChart everyday and storing in a folder on server, these images are available whole day in caching, next day they gets dirty and regenerated on Dashboad load.
I am able to successfully export RadChart to images but don't know how to export GridView output as images.
Let me know if you need more information.