Hi,
I'm trying to export a Grid to PDF as shown in this example:
http://demos.telerik.com/kendo-ui/grid/pdf-export
The problem is that I need to use a bigger pageSize and I just want to export the current page.
If I just modify those options on the given example (setting allPages: false and pageSize:50 ) the resulting PDF splits the current page on 6 chunks, but prints all six of them on the same page, overlapping the output as can be seen on the attached file.
Am I doing something wrong?
Is there any way of achieving the desired behavior?
Thanks,
Carlos