<?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: scrolling giving error on page</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/scrolling-giving-error-on-page</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/scrolling-giving-error-on-page/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>markw65 on scrolling giving error on page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/scrolling-giving-error-on-page#p12880</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/scrolling-giving-error-on-page#p12880</guid>
        	        	<description><![CDATA[<p>Actually firebug didnt complain about the xml - it just reported essentially the same error you saw (deep inside the compressed jquery source) - which was basically an attempt to access a node in a null xml document.</p>
</p>
<p>The error message (and url) was in the standard firefox error console (Tools&#124;Error console). Usually everything listed there (and much more) also appears in the firebug console - but occaisionally it picks up something that firebug doesnt. Its always worth taking a look when things arent working...</p>
</p>
<p>Mark</p></p>
]]></description>
        	        	<pubDate>Wed, 09 Dec 2009 19:25:38 +0200</pubDate>
        </item>
        <item>
        	<title>MarkC on scrolling giving error on page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/scrolling-giving-error-on-page#p12879</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/scrolling-giving-error-on-page#p12879</guid>
        	        	<description><![CDATA[<p>Doh!<br />I will clean the data and look for &#38; and &#60; &#62; characters, i&#39;ve done it in the past, just slipped my mind.</p>
<p>Is there an easy way to debug...basically how did you got the link you sent me..just knowledge or from firefox debugger? I have not used the debugger yet in firefox (should do a tutorial really on how to use it), but that link seem to be at the xml stage rather than javascript.</p>
</p>
<p>Thanks again Mark</p>
<p>Regards</p>
<p>MarkC</p></p>
]]></description>
        	        	<pubDate>Wed, 09 Dec 2009 18:50:58 +0200</pubDate>
        </item>
        <item>
        	<title>markw65 on scrolling giving error on page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/scrolling-giving-error-on-page#p12876</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/scrolling-giving-error-on-page#p12876</guid>
        	        	<description><![CDATA[<p>Firefox is reporting that the xml from this request is not well formed:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3233' value='Select Code' data-codeid='sfcode3233' /></p>
<div class='sfcode' id='sfcode3233'><a href="http://www.courtnell.com/demo1/nexusdata.asp?_search=false&#038;nd=1260369889483&#038;rows=22&#038;page=834&#038;sidx=index1&#038;sord=asc" rel="nofollow" target="_blank"><a href="http://www.courtnell.com/demo1" rel="nofollow">http://www.courtnell.com/demo1</a>.....8;sord=asc</a></div>
<p>I dont think it likes the raw "&#38;" in the data.</p>
</p>
<p>Mark</p>
]]></description>
        	        	<pubDate>Wed, 09 Dec 2009 16:51:19 +0200</pubDate>
        </item>
        <item>
        	<title>MarkC on scrolling giving error on page</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/scrolling-giving-error-on-page#p12860</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/scrolling-giving-error-on-page#p12860</guid>
        	        	<description><![CDATA[<p>MarkW...just building a simple grid for testiing some data (18342 records)</p>
<p><a href="http://www.courtnell.com/demo1/nexus.asp" rel="nofollow" target="_blank">http://www.courtnell.com/demo1/nexus.asp</a></p>
<p>When clicking column to sort (DESC) OR if i scroll to bottom by dragging scrollbar it throws up an error on page: line 13 Object Required</p>
<p>If i scroll down slowly to arounf 17500 records its fine, but then falls over.</p>
<p>the table is simple structure:</p>
<p>docID integer autoincremt primatry key</p>
<p>index1 varCHar(40)</p>
</p>
<p>i generated the xml using ROW and ROW ID, i remember you saying grid likes a row ID&#160; field, although you did a mod for 3.6 so we didn&#39;t actually need one.</p>
<p>Response.Write "&#60;row&#62;" <br />Response.Write "&#60;cell&#62;" &#38; rs("index1") &#38;"&#60;/cell&#62;" <br />Response.Write "&#60;/row&#62;"</p>
<p>And tried with a row id on the key field docID which is an autoincremented field and primary Key</p>
<p>Response.Write "&#60;row id=&#39;"&#38; rs("docID") &#38;"&#39;&#62;"&#160; <br />Response.Write "&#60;cell&#62;" &#38; rs("index1") &#38;"&#60;/cell&#62;" <br />Response.Write "&#60;/row&#62;"</p>
<p>The code to generate the XML i have used in a few projects and they work fine, and it&#39;s strange it works for 17500+ records.</p>
<p>Hope you can see the error your end.</p>
<p>Let me know if you need the code i use for generating the xml from the database.</p>
<p>Regards</p>
<p>Mark C</p>
]]></description>
        	        	<pubDate>Wed, 09 Dec 2009 03:43:36 +0200</pubDate>
        </item>
</channel>
</rss>