Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_Related Related Topics sp_TopicIcon
Printing a jqGrid (again)
26/07/2010
18:20
Avatar
kribot
Member
Members
Forum Posts: 11
Member Since:
11/05/2010
sp_UserOfflineSmall Offline

Hello,

I'm still trying to implement a printing feature on my webpage and the jqGrid doesn't feet at all in the printing page. I don't know what to do, I just need to print what's on the screen, but even when I set the grid height to 100% (to view all the rows, it could be 1000 rows or more) when I print either with jqPrint or the browser (ie Mozilla) print function the grid.

That's when I print the div which is the parent of the grid.

If I print the grid itself, I had now all my rows printed but no formatting at all... I put all my css to media=all btw

Did anyone have an idea/clue to solve my problem ?

Best regards,

Kevin

29/07/2010
10:36
Avatar
kribot
Member
Members
Forum Posts: 11
Member Since:
11/05/2010
sp_UserOfflineSmall Offline

No one has this problem ?

31/07/2010
21:05
Avatar
andrewtheart
New Member
Members
Forum Posts: 1
Member Since:
31/07/2010
sp_UserOfflineSmall Offline

Did you try setting the media to "print" dynamically before printing?

When I printed, when the media for the jqGrid CSS include was set to "screen", the jqGrid did not print –

<link id = "jqgrid_stylesheet" rel="stylesheet" type="text/css" media="screen" href="../common/js/jquery/css/jquery-grid/ui.jqgrid.css" />

Then, I changed the media to "print" before printing (window.print()) and it printed fine –

document.getElementById("jqgrid_stylesheet").media = "print";

window.print();

After printing, I changed the media back to "screen" –

document.getElementById("jqgrid_stylesheet").media = "print";

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
48 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information