hello
My problem is the exported pdf is blank when you have a GridView with datasource and you don’t know the size of exported GridView (which might be quite big).
I tried reducing the width in script tag to 200px and it worked but it’s useless as the GridView is too small in the result.
I guess it would be great if it would export the GridView in more than 1 page in pdf if necessary.
I watched the tutorial at https://www.youtube.com/watch?v=pA87A3KV-Ug
Any suggestions?