<?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: how to get thefull url that reads my data from the server?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-thefull-url-that-reads-my-data-from-the-server</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/how-to-get-thefull-url-that-reads-my-data-from-the-server/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on how to get thefull url that reads my data from the server?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-thefull-url-that-reads-my-data-from-the-server#p22447</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-thefull-url-that-reads-my-data-from-the-server#p22447</guid>
        	        	<description><![CDATA[<p>You can for example do following</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4591' value='Select Code' data-codeid='sfcode4591' /></p>
<div class='sfcode' id='sfcode4591'>var mygrid = $(&#39;#list&#39;);<br />mygrid.jqGrid({<br />&#160;&#160; &#160;// all parameters which you currently use<br />&#160;&#160; &#160;ajaxGridOptions: {<br />&#160;&#160; &#160; &#160; &#160;beforeSend: function(jqXHR, settings) {<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;var ts = mygrid[0];<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;if (console &#38;&#38; console.log) {<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;console.log (&#34;ajax with URL: &#34; + settings.url);<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;}<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;// now do the same what do beginReq() of jqGrid<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;// the code below can be simplified in your case<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;// corresponds to loadui and loadBeforeSend which you use<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;ts.grid.hDiv.loading = true;<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;switch(ts.p.loadui) {<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;case &#34;disable&#34;:<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;break;<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;case &#34;enable&#34;:<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;$(&#34;#load_&#34;+ts.p.id).show();<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;break;<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;case &#34;block&#34;:<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;$(&#34;#lui_&#34;+ts.p.id).show();<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;$(&#34;#load_&#34;+ts.p.id).show();<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;break;<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;}<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;if($.isFunction(ts.p.loadBeforeSend)) { ts.p.loadBeforeSend.call(ts,xhr); }<br />&#160;&#160; &#160; &#160; &#160;}<br />&#160;&#160; &#160;}<br />);&#160;</div>
<p>The call of console.log you can replace any other methods depend on where and in which form you can have the information.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Thu, 17 Mar 2011 16:08:50 +0200</pubDate>
        </item>
        <item>
        	<title>jay.ann on how to get thefull url that reads my data from the server?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-get-thefull-url-that-reads-my-data-from-the-server#p22440</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-get-thefull-url-that-reads-my-data-from-the-server#p22440</guid>
        	        	<description><![CDATA[<div>
<div class="post-text">
<p>hi, I am looking to get the full url of the last request&#160; made by JqGrid, including page, records per page,  search params  etc.</p>
<p>Is there any method or collection of methods within the JqGrid api I can use to achieve this? i want to display the full url location/path in my html and also, i want to get it&#39;s response body. is there anybody here who knows how to do this?</p>
</div>
</div>
]]></description>
        	        	<pubDate>Thu, 17 Mar 2011 08:51:36 +0200</pubDate>
        </item>
</channel>
</rss>