<?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 stop the auto-loading data of grid?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-stop-the-auto-loading-data-of-grid</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-stop-the-auto-loading-data-of-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on How to stop the auto-loading data of grid?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-stop-the-auto-loading-data-of-grid#p15722</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-stop-the-auto-loading-data-of-grid#p15722</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Maybe any expert will help on DNN. Sorry I do not know DNN</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 15 Mar 2010 20:23:41 +0200</pubDate>
        </item>
        <item>
        	<title>ivanchain on How to stop the auto-loading data of grid?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-stop-the-auto-loading-data-of-grid#p15592</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-stop-the-auto-loading-data-of-grid#p15592</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am fighting with the grid in a DNN, it&#39;s hard, because the grid will always raise a loaderror if I put the grid into a NOT home page. In my opnion, maybe the jqgrid use some AJAX method, which is confict with DNN&#39;s page loading. Because if i put the jqgrid in the home page, which is the first page when you get on a dnn site, it works fine.</p>
<p>So, I think may be when the DNN page is loading, and the grid inside is just loading data,&#160;grid &#160;will raise the loaderror.</p>
</p>
<p>Now I don&#39;t know exactlly what happened, so I want to know if I can stop the auto-loading data&#160;of the grid, so I can get more information. I mean the auto-loading data is:</p>
</p>
<p>I put a grid in an ascx, and in it&#39;s code behide, I set:</p>
<p>&#160;&#160;&#160;&#160; Protected Overrides Sub OnInit(ByVal e As System.EventArgs)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim dt As New DataTable<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim dr As DataRow<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; dt.Columns.Add("TableID")<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; dt.Columns.Add("Name")</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jqGrid1.DataSource = dt<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jqGrid1.DataBind()</p>
<p>&#160;&#160;&#160;&#160; end sub</p>
<p>So when the page is loading, the jqgrid always raise the loaderror handler.&#160; The datasource is ok, because if the jqgrid is at the home page of the DNN, jqgrid works fine with the same datasource.</p>
</p>
<p>yours,</p>
<p>Ivan</p>
]]></description>
        	        	<pubDate>Thu, 11 Mar 2010 10:10:01 +0200</pubDate>
        </item>
</channel>
</rss>