Need a special offer?Find out if your project fits.
+

(BUG) Coluna Somatória não aparece na impressão

Resolved
Cleyton Barroso asked on November 21, 2022

Quando há uma Coluna Somatória ela não aparece na impressão.

Attachments:
Prints_Cubo.docx

5 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster November 25, 2022

Hello, Cleyton!

Thank you for your question.

Please note that Flexmonster splits the exported table to fit it into A4 format without decreasing the font size. This behavior does not depend on a grid type. We recommend two export approaches that will not split the table and will allow printing it with your browser's printing tool:

Custom export to PDF handler
Flexmonster provides an opportunity to customize the exported file by using the exportTo() API callBy setting the pageFormat property, you can increase the size of the exported PDF file, which may allow fitting the grid without line breaks. Please see this example: https://jsfiddle.net/flexmonster/ukd6815L/  

Export to HTML
This approach would work without customizations, as Flexmonster exports the entire grid on a single HTML page by default. Then it is possible to use the browser tools to print the HTML page while keeping all columns on one page.

Hope these approaches will work for you.

Kind Regards,
Maksym

Public
Cleyton Barroso November 25, 2022

We did the printing test in the different pageFormat, with only two columns and the sum column does not appear at all.

That is, when printing the sum column does not appear in the print.

Public
Maksym Diachenko Maksym Diachenko Flexmonster November 29, 2022

Hi, Cleyton!

Thank you for your reply.

Our team could not reproduce this behavior with the latest version of Flexmonster (see the example).
We have also looked through the release notes and found that an issue with hidden columns on print was fixed in Flexmonster v.2.7.24. If you are using an older version, we suggest updating the component or using another exporting method, with which the issue does not occur. 

Please let us know if you would like to update the component.

Best Regards,
Maksym

Public
Cleyton Barroso November 29, 2022

Thank you very much, this was the information I needed. I would like to know how do I test the new version locally to confirm it is resolved before renewing my license?

Public
Maksym Diachenko Maksym Diachenko Flexmonster November 30, 2022

Hi, Cleyton!

Thank you for your reply.
Our team will reach out to you via email and provide you with more details on this matter.

Best Regards,
Maksym

Please login or Register to Submit Answer