<?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: l.p.colModel&#091;...&#093;.name is null or not is an object</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/l-p-colmodel-name-is-null-or-not-is-an-object</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/l-p-colmodel-name-is-null-or-not-is-an-object/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jorgecarlos on l.p.colModel&#091;...&#093;.name is null or not is an object</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/l-p-colmodel-name-is-null-or-not-is-an-object#p20986</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/l-p-colmodel-name-is-null-or-not-is-an-object#p20986</guid>
        	        	<description><![CDATA[<p>forget it&#160;</p>
<p>i see what is the problem.</p>
</p>
<p><img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
]]></description>
        	        	<pubDate>Thu, 25 Nov 2010 01:13:49 +0200</pubDate>
        </item>
        <item>
        	<title>jorgecarlos on l.p.colModel&#091;...&#093;.name is null or not is an object</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/l-p-colmodel-name-is-null-or-not-is-an-object#p20985</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/l-p-colmodel-name-is-null-or-not-is-an-object#p20985</guid>
        	        	<description><![CDATA[<p>Hi, people</p>
</p>
<p>when i try do loop with in my grid i receive this error l.p.colModel[...].name is null or not is an object. Its possible what this is error is for my data but i cant see where someone know where i can download jqgrid.js but not minified?</p>
<p>this is my function pls if you see something what i dont send my you comments</p>
</p>
<p>thks</p>
</p>
<p>function AddItemsToCar()</p>
<p>{&#160;</p>
<p>var grid = $(ID_GRID_DETAILSEXP);</p>
<p>var gridpago = $(ID_GRID_PAY);</p>
</p>
<p>var ids = grid.getDataIDs();&#160;</p>
<p>gridpago.clearGridData(true);</p>
</p>
<p>for (var i=0;i&#60;ids.length;i++)</p>
<p>{</p>
<p>var rowid = ids[i];</p>
<p>var row = grid.getRowData(rowid); &#60;== the error is raised here</p>
</p>
<p>if ( row &#38;&#38; row.selitem == 1)</p>
<p>{</p>
<p>var myrow = new Object();</p>
<p>myrow.Recnum           = row.Recnum;</p>
<p>myrow.requestId        = row.requestId;</p>
<p>myrow.creation_dt      = row.creation_dt;</p>
<p>myrow.agentgrouptext   = row.agentgrouptext;</p>
<p>myrow.detailId         = row.detailId;</p>
<p>myrow.group            = row.group;</p>
<p>myrow.paysuggested_dt  = row.paysuggested_dt;</p>
<p>myrow.paydnights       = row.paydnights;</p>
<p>myrow.paydamount       = row.paydamount;</p>
<p>myrow.paydexchangerate = row.paydexchangerate;</p>
<p>myrow.pay_dt           = row.pay_dt;</p>
</p>
<p>gridpago.jqGrid(__gMessages.newrow, myrow.Recnum, myrow);</p>
<p>}</p>
</p>
<p>}&#160;</p>
<p>$(ID_CAR_SECCION).show();&#160;</p>
<p>}</p>
]]></description>
        	        	<pubDate>Thu, 25 Nov 2010 01:05:28 +0200</pubDate>
        </item>
</channel>
</rss>