<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Printing a jqGrid (again)</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/printing-a-jqgrid-again</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/printing-a-jqgrid-again/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>andrewtheart on Printing a jqGrid (again)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/printing-a-jqgrid-again#p18894</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/printing-a-jqgrid-again#p18894</guid>
        	        	<description><![CDATA[<p>Did you try setting the media to "print" dynamically before printing?</p>
</p>
<p>When I printed, when the media for the jqGrid CSS include was set to "screen", the jqGrid did not print &#8211;</p>
</p>
<p><strong>&#60;link id = "jqgrid_stylesheet" rel="stylesheet" type="text/css" media="screen" href="../common/js/jquery/css/jquery-grid/ui.jqgrid.css" /&#62;</strong></p>
</p>
<p>Then, I changed the media to "print" before printing (window.print()) and it printed fine &#8211;</p>
</p>
<p><strong>document.getElementById("jqgrid_stylesheet").media = "print";<br /></strong></p>
<p><strong>window.print();</strong></p>
</p>
<p>After printing, I changed the media back to "screen" &#8211;</p>
</p>
<p><strong>document.getElementById("jqgrid_stylesheet").media = "print";<br /> </strong></p>
]]></description>
        	        	<pubDate>Sat, 31 Jul 2010 21:05:21 +0300</pubDate>
        </item>
        <item>
        	<title>kribot on Printing a jqGrid (again)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/printing-a-jqgrid-again#p18851</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/printing-a-jqgrid-again#p18851</guid>
        	        	<description><![CDATA[<p>No one has this problem ?</p>
]]></description>
        	        	<pubDate>Thu, 29 Jul 2010 10:36:53 +0300</pubDate>
        </item>
        <item>
        	<title>kribot on Printing a jqGrid (again)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/printing-a-jqgrid-again#p18819</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/printing-a-jqgrid-again#p18819</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I&#39;m still trying to implement a printing feature on my webpage and the jqGrid doesn&#39;t feet at all in the printing page. I don&#39;t know what to do, I just need to print what&#39;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.</p>
<p>That&#39;s when I print the div which is the parent of the grid.</p>
<p>If I print the grid itself, I had now all my rows printed&#160;but no formatting at all... I put all my css to media=all btw</p>
</p>
<p>Did anyone have an idea/clue to solve my problem ?</p>
</p>
<p>Best regards,</p>
<p>Kevin</p>
]]></description>
        	        	<pubDate>Mon, 26 Jul 2010 18:20:17 +0300</pubDate>
        </item>
</channel>
</rss>