<?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 table long more than 1 page</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page</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/printing-a-table-long-more-than-1-page/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>hitman on Printing a table long more than 1 page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page#p6899</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page#p6899</guid>
        	        	<description><![CDATA[<p>Is not so simple as you say, cause when i have a long list of rows, on the screen the original table is sectioned on several pages. But when i click over the print button, i open e pop-up window where i can see the entire table in a unique section.</p>
<p>(And i&#39;m stubborn! damn! i want understand why on 1 page long table it is all ok and that if i have longer table , it does not works)</p>
]]></description>
        	        	<pubDate>Tue, 26 May 2009 04:31:39 +0300</pubDate>
        </item>
        <item>
        	<title>andthereitgoes on Printing a table long more than 1 page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page#p6844</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page#p6844</guid>
        	        	<description><![CDATA[<p>dont cry buddy. you can use a simple export function to extract data from the grid using getDataIds and getRowData</p>
<p>you can then collate the data using jquery and send it to the server if you want or just present it as an html.</p>
<p>eg:</p>
<p>data=jQuery(listId).getRowData(ids[i])<br />html=html+data[colNames[j]]</p>
<p>voila.</p></p>
]]></description>
        	        	<pubDate>Fri, 22 May 2009 05:48:20 +0300</pubDate>
        </item>
        <item>
        	<title>hitman on Printing a table long more than 1 page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page#p6791</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page#p6791</guid>
        	        	<description><![CDATA[<p><img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-cry.gif" border="0" alt="Cry" /></p>
]]></description>
        	        	<pubDate>Wed, 20 May 2009 11:55:32 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Printing a table long more than 1 page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page#p6772</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page#p6772</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>jqGrid represent the data to the user and not to the printer.</p>
<p>In order to print the grid data correct I suggest you to make your own procedure to extract all the needed grid data, (maybe you can use getDataIDs and getRowData)&#160; build simple table and put this data in the table. Also you can style this table in a way that is good for printing.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 20 May 2009 09:40:37 +0300</pubDate>
        </item>
        <item>
        	<title>hitman on Printing a table long more than 1 page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page#p6756</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/printing-a-table-long-more-than-1-page#p6756</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>first: sorry for my english</p>
<p>second: THE PROBLEM IS&#8230;i have an html page with a jqgrid table long more than a normal A4 page. If i do the printing preview, i see the trouble:FIRST PAGE is with table header but without rows, and second page works correctly. (the trouble is the same also for the table printend on the paper)</p>
<p>This bug is in IE and Firefox both.</p>
<p>On my firefox i have installed &#8220;Web developer&#8221; plug in, so i tried to play disabling css. At the end of the fable: on the printing preview, i can see all the rows correctly on every page ( but <span class="clickable" onclick="dr4sdgryt(event,&#34;Ox&#34;)"><span class="sg"><span class="se1"><span class="trn">obviously without the right alignment of the colums with columns header) </span></span></span></span>ONLY IF I DISABLE &#8220;<strong>INLINE STYLES</strong>&#8220;.</p>
<p>So what can do a poor man to print correctly a more-than-a-page long table?</p>
<p>Inline style can not be simply disabled by javascript or jquery&#8230;and however there are columns alignment problems.</p>
<p>Help me please</p>
<p>Thanks. Bye</p>
]]></description>
        	        	<pubDate>Tue, 19 May 2009 11:33:25 +0300</pubDate>
        </item>
</channel>
</rss>