Hi All,
I am using an UltraGridPrintDocument to print a grid . Whenever the grid contains large number of columns it splits them across logical pages. Is there a way I can wrap these columns in one page rather than splitting them across multiple pages?
Thanks
Deepika
Deepika,
Try setting the UltraGridPrintDocument's FitWidthToPages property to 1.
Hope this helps,
~Kim~