Print Preview Not supprted in MasterPage

Hi,

I can see the print preview without master page. With master page, i can see only one column with scroll bar. I attached my code for your reference. Please suggest me

Thanks in advance
Meenaa

Hi,

Thanks for your files and posting.

We cannot run your page. Please provide us a sample project. We will investigate the issue.

hi,

With master page, i can take print only one column.
I attached my project (check -> default.aspx).
Please reply me
Urgent

Thanks in advance
Meenaa

Hi,

Please try default.aspx(attached). It works fine now.

Hi,

Printing is working but the text of each and every cell cross the other cell in
the print preview and printout sheet. In the print preview screen, I can select
A3 or A4 and Shrink to fit checkbox.

1) Printing Text Overlapped to the next cell

2) as per my requirement I should give
user only 2 option A3 or A4 and click ok button (print_screen) then Enable Shrink to fit checkbox.(set to Default )


thanks in advance

Meenaa


Hi,

1) Printing Text Overlapped to the next cell

Please check every cell’s text in GridWeb if it is overlapped before printing. We tested if there is no cell overlapped in GridWeb, no overlapped text in print result.

2) as per my requirement I should give user only 2 option A3 or A4 and click ok button (print_screen) then Enable Shrink to fit checkbox.(set to Default )

I think you should implement the options by yourself. you can calculate and pass a zoom value to printGrid() function.