Excel and pdf export

QuestionsExcel and pdf export
Eleni asked 8 years ago

Hello,

I have downloaded the developer version of php grid and i try to add the feature for export (excel and pdf) but they do not work properly. When i add the export function it returns me an empty page without exporting the files.

Thanks in advance,
Eleni

1 Answers
Abu Ghufran answered 8 years ago

Hi,

Enable error reporting by changing lib/inc/jqgrid_dist.php:

ini_set("display_errors","off");

to

ini_set("display_errors","on");

Also check apache error log file for error details and update back.

Your Answer

17 + 3 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?