<?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: Grid not showing rows</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-showing-rows</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/grid-not-showing-rows/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tuffrabit on Grid not showing rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-showing-rows#p5167</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-not-showing-rows#p5167</guid>
        	        	<description><![CDATA[<p>Found the problem...</p>
<p>The issue lies in the fact that ASP.NET considers every AJAX request comming from one aspx page to another aspx page to be a first time page load... even if the aspx page sending the request has already been loaded (which should be the case in every instance). &#160;Since ASP.NET considers every AJAX request to be a first time page load and not a post back it will send the HTML contents of the recieving aspx page in the Response.Output stream after your generated xml or json. &#160;The resolution was so simple I felt stupid... simply remove ALL content out of the recieving aspx page, the only thing that should be there is asp page declaration (one asp tag). &#160;Anything else will be sent back in the Respons.Output stream.</p>
]]></description>
        	        	<pubDate>Fri, 06 Mar 2009 09:46:48 +0200</pubDate>
        </item>
        <item>
        	<title>tuffrabit on Grid not showing rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-not-showing-rows#p5119</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-not-showing-rows#p5119</guid>
        	        	<description><![CDATA[<p>Please provide suggestions for resolving a situation where my grid contains no data. &#160;I believe the issue may have to do with the extra data in the&#160;XMLHttpRequest object&#160;coming back from the server. &#160;I&#39;ve wired up a "loadError" event and here is the contents of the&#160;XMLHttpRequest.responseText:</p>
<p><a href="http://i127.photobucket.com/albums/p147/tuffrabit/err.jpg"><img src="http://i127.photobucket.com/albums/p147/tuffrabit/err.jpg" width="100"  class="sfimageleft spUserImage" alt="err screenshot" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
</p>
<p>I suspect that the grid can&#39;t handle the extranious html that follows the xml document. &#160;I can&#39;t figure out how to get .Net to not send that in the Response buffer, and I can&#39;t figure out how to get the grid to ignore it.</p>
]]></description>
        	        	<pubDate>Wed, 04 Mar 2009 15:12:54 +0200</pubDate>
        </item>
</channel>
</rss>