<?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: Pdf is possible with jqgrid?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/pdf-is-possible-with-jqgrid</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/pdf-is-possible-with-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>larosal on Pdf is possible with jqgrid?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pdf-is-possible-with-jqgrid#p20619</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pdf-is-possible-with-jqgrid#p20619</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Pdf is possible with jqgrid?, if is not, what another library do you&#160;suggested&#160;me for do reports?</p>
<p>I do the following,</p>
<p>&#160;&#160;jQuery("#req_p").jqGrid(&#39;navButtonAdd&#39;,&#39;#req_p1&#39;,<br />&#160;&#160;&#160;&#160;&#160;{caption:"Imprimir",<br />&#160;&#160;&#160;&#160;&#160; buttonicon:"ui-icon-print",<br />&#160;&#160;&#160;&#160;&#160; onClickButton:function(){ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;imprime();<br />&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160; position:"last",<br />&#160;&#160;&#160;&#160;&#160; title:"Imprimir",<br />&#160;&#160;&#160;&#160;&#160; cursor: "pointer"});</p>
</p>
<p>then in "imprime",</p>
</p>
<p>&#160;function imprime(){<br />&#160;&#160;ajax=nuevoAjax();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;ajax.open("GET", "rep_solic_almac.php", true);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;ajax.onreadystatechange=function(){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if (ajax.readyState==4){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;var respuesta=ajax.responseText;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if (respuesta=="OK"){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;alert(respuesta);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;ajax.send(null);<br />&#160;}</p>
</p>
<p>I just sent, "rep_solic_almac.php", and it doesn&#39;t work, what I expected, is that a page PDF opened, could anybody help me?</p>
</p>
<p>Sorry for my English</p>
</p>
<p>Thank you in advanced</p>
]]></description>
        	        	<pubDate>Mon, 01 Nov 2010 21:15:21 +0200</pubDate>
        </item>
</channel>
</rss>