<?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: JQGrid Printing issues</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-printing-issues</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/bugs/jqgrid-printing-issues/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>AnshThakral on JQGrid Printing issues</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-printing-issues#p30041</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-printing-issues#p30041</guid>
        	        	<description><![CDATA[<p>Printing the JQGrid with ui.jqgrid.css media as "screen" prints the JQGrid with extra white spaces at the top and bottom of the JQGrid. But if we change the media as "print" mode and the incoming grid data is huge in volume (at least more than one print page of data) then the initial pages are printed without data (no grid lines as well, complete page is blank/empty) and the last page only contains the rows that should fit in the last page.</p>
<p>Solution:</p>
<p>Updating the ui.jqgrid.css file into two different files:</p>
<p>1. Containing the BODY only</p>
<p>2. Second CSS containing the rest all of the ui.jqgrid.css content</p>
<p>and then loading these two CSS @ client side code as:</p>
<p>&#62; media = "screen" for the first css (of body part)</p>
<p>&#62; media = "print" for the second css (remaining part of the ui.jqgrid.css)</p>
<p>both the issues are resolved.</p>
<p>Requesting you to please include a relevant fix for this in next release of JQGrid as printing is also as important as the view in screen for majority of the clients and JQGrid should not lack behind in any of these 🙂</p>
</p>
<p>P.S. - if you would like to have a package for these CSS files and their usage in the client site code, at the time of load for reference - please let me know.</p>
]]></description>
        	        	<pubDate>Fri, 03 Jan 2014 19:17:35 +0200</pubDate>
        </item>
</channel>
</rss>