PDF Export

I have some  datagrids where some colums as DisplayedAsCheckbox=true. In PDF-Export these values are displayed as "True" or "False".
Will it also be  arranged to print them as Checkbox checked or Checkbox only in further releases?

These colums are small than text-fields. Up to now in Pdf-Export all Fields have the same size. Will you extend ExportProperties to List of colum width?

Peter



1 Reply 1 reply marked as answer

VN Vignesh Natarajan Syncfusion Team September 15, 2020 01:59 PM UTC

Hi Peter,  
 
Thanks for contacting Syncfusion support.  
 
Query: “Will it also be  arranged to print them as Checkbox checked or Checkbox only in further releases? 
 
We have analyzed your query and we can achieve your requirement by displaying the checkboxes (checked and unchecked) as images (base64string) using PdfQueryCellInfo event of Grid. In the PdfQueryCellInfo event, we can return checked / unchecked image as base64string to display in the exported pdf file.    
 
Refer the below UG documentation for your reference 
 
    
Please get back to us if you have further queries.  
 
Query: “Up to now in Pdf-Export all Fields have the same size. Will you extend ExportProperties to List of colum width? 
  
We have validated the reported issue and we are able to reproduce the reported behavior at our end. We have confirmed it is a bug and logged the defect report for the same “All Column have same width in exported Pdf file irrespective to width define in GridColumn” . Thank you for taking the time to report this issue and helping us improve our product .Fix for the issue will be included in our weekly patch release which is expected to be rolled by mid of October 2020      
  
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.      
  
  
Till then we appreciate your patience.   

Regards,  
 
Vignesh Natarajan  
 


Marked as answer
Loader.
Up arrow icon