I was trying to export a page to pdf using kendo which has a couple of grids. All works good when the grid contains a few records. The issue comes up when the grid contains more data (i.e. scrollable data). When I export the pdf now the grid shows only the data in the current view. The entire data in the grid does not show up. How can I accomplish this?
I have modified a dojo example that I found in the forums to demonstrate the issue. http://dojo.telerik.com/igIseD
Thanks in advance.