<?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: Not able to load data in subgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/not-able-to-load-data-in-subgrid</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/not-able-to-load-data-in-subgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Not able to load data in subgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/not-able-to-load-data-in-subgrid#p30382</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/not-able-to-load-data-in-subgrid#p30382</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I do not think this is jqGrid problem. We use standard jQuery Ajax to do this.</p>
<p>Maybe the reason for this is in some server settings.</p>
<p>Try with pure ajax and see the result</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Fri, 21 Mar 2014 11:08:27 +0200</pubDate>
        </item>
        <item>
        	<title>Vivek Sonkar on Not able to load data in subgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/not-able-to-load-data-in-subgrid#p30379</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/not-able-to-load-data-in-subgrid#p30379</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I am using sugrid to show data on the screen.</p>
<p>My problem is when I open the page with URL as -&#62; <a href="http://localhost:9000" rel="nofollow" target="_blank">http://localhost:9000</a> , it loads the page and fetch the data from the subgrid URL&#160;</p>
<pre class="lang-java prettyprint prettyprinted"><p><input type='button' class='sfcodeselect' name='sfselectit6091' value='Select Code' data-codeid='sfcode6091' /></p><div class='sfcode' id='sfcode6091'>subGridRowExpanded: function(subgrid_id, row_id) {
    var subgrid_table_id, pager_id;
    subgrid_table_id = subgrid_id+"_t";
    pager_id = "p_"+subgrid_table_id;
    $("#"+subgrid_id).html("&#60;table id=&#39;"+subgrid_table_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;&#60;div id=&#39;"+pager_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/div&#62;");
    jQuery("#"+subgrid_table_id).jqGrid({
        url:"/loadNotificationGrid?id="+row_id,
        datatype: "json",<br /><br />This code works fine.<br /><br />But when I load the page from URL as  -&#62; <a href="http://172.21.123.172:9000" rel="nofollow" target="_blank">http://172.21.123.172:9000</a>, it does not load the data in the subgrid.<br /><br />The IP 172.21.123.172 is mapped to localhost.<br /><br />Same code is working fine in chrome, but not working in IE9.<br />Any help is appreciated....<br /><br />For more info please follow the link below - </div></pre>
<p><a href="http://stackoverflow.com/questions/22542010/unable-to-load-data-in-subgrid?noredirect=1#comment34306126_22542010" target="_blank">Loading Data in subgrid </a></p>
</p>
<p>Thanks in advance</p>
]]></description>
        	        	<pubDate>Thu, 20 Mar 2014 21:08:46 +0200</pubDate>
        </item>
</channel>
</rss>