Hello all,
I have a ultragrid which gets data from datasource. I want to display contents of the ultragrid for print-preview and I do not want new window for preview. I want grid on the left hand and printer-friendly preview on right hand.
Which controls I should use and how should I proceed. Please help with code sample.
Attaching the scheenshot of what I am trying to do.
You can use the UltraPrintPreviewControl and possibly also the UltraPrintPreviewThumbnail control if you like.
Thank you Mike !