AD
Administrator
Syncfusion Team
July 8, 2005 10:20 PM UTC
I do not have a good suggestion for this.
The printing will clip the output to the rectangle you pass it. One way I can think of to try to handle this is to enlarge the selection rectangle before you start the print process.
Another way might be to copy the range to the clipboard, then have a second grid and paste the the range into this second grid. Then you could resizetofit the new grid to show all the text without flooding over the cell boundary which would avoid the problem you are seeing. This would take some work to get done.