Printing a Control in a Grid

Is it possible or how would you suggest printing a child control of the grid. In the attached example, I have add a button control as a child of the GridControl. Pressing this button does a print preview of the grid. Any ideas on how one could include the button in the preview (and print as well). Thanks, Steve Print Control in Grid_1179.zip

1 Reply

AD Administrator Syncfusion Team December 30, 2004 03:07 PM UTC

You would have to derive the GridPrintDocument, override OnPrintPage and draw the controls yourself. Here is your sample back with a try at this. http://www.syncfusion.com/forums/Uploads/PrintControlinGrid.zip

Loader.
Up arrow icon