Get full Image from grid Control either it hide from display area

Hi
I want image of grid with full row and column either it is outside of display area. I could not find any api regarding getting image. I am using grid control of version 8.2.0.18.


4 Replies

AS Athiram S Syncfusion Team November 6, 2012 08:27 PM UTC

Hi Neeraj,

Thanks for your interest in syncfusion products.

You can take a picture of the entire grid using the print option in grid.

Please refer to the following sample for more details:

<Installed Location of syncfusion EssentialStudio>\8.2.0.18\Windows\Grid.Windows\Samples\2.0\Printing\Print Grid Demo

please let me know if you have any concerns.

Regards,
Athiram S


NK Neeraj Kumar November 16, 2012 10:25 AM UTC

I am not able to take image from printDocument. Can you share some sample code?


AS Athiram S Syncfusion Team November 16, 2012 11:25 AM UTC

Hi Neeraj,

Thanks for your update.

we are currently working on this query. We will get back to you with details soon.

please let me know if you have any concerns.

Regards,
Athiram S


AS Athiram S Syncfusion Team November 26, 2012 03:25 AM UTC

Hi Neeraj,

Sorry for the delay in getting back to you.

Currently, we don't have support for printing the grid . But, you can print the grid using PDF converter. The PDF converter actually prints the page in the output PDF document.

GridPDFConverter pdfConvertor = new GridPDFConverter();

pdfConvertor.ExportToPdf("Sample1.pdf"this.gridControl1);


Please make use of the link for more details:

http://help.syncfusion.com/UG/User%20Interface/Windows%20Forms/Grid/Documents/pdfexport.htm


Please check with the above suggested solution.


Regards,

Athiram S


Loader.
Up arrow icon