<?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: t.p.colModel&#091;...&#093;name is null or not an object !</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/t-p-colmodel-name-is-null-or-not-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/t-p-colmodel-name-is-null-or-not-an-object/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>mattburnside on t.p.colModel&#091;...&#093;name is null or not an object !</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/t-p-colmodel-name-is-null-or-not-an-object#p18890</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/t-p-colmodel-name-is-null-or-not-an-object#p18890</guid>
        	        	<description><![CDATA[<p>One cause of this error is if any of your columns contains markup with TD tags. rather than use row.cells, the getColumnData() function uses a jQuery selector which will return the TD tags in your column markup, and it overflows the bounds of the column model array. Had fun with this one today.</p>
]]></description>
        	        	<pubDate>Fri, 30 Jul 2010 23:53:41 +0300</pubDate>
        </item>
        <item>
        	<title>tony on t.p.colModel&#091;...&#093;name is null or not an object !</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/t-p-colmodel-name-is-null-or-not-an-object#p15085</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/t-p-colmodel-name-is-null-or-not-an-object#p15085</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The most important part here is where is the code for writeTotalEstimateTime(); function?</p>
<p>which causes the problem. If you do not call loadComplete, does the error appera again?</p>
<p>Also which version is used? How look your response?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 23 Feb 2010 11:51:28 +0200</pubDate>
        </item>
        <item>
        	<title>ngotau1989 on t.p.colModel&#091;...&#093;name is null or not an object !</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/t-p-colmodel-name-is-null-or-not-an-object#p15063</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/t-p-colmodel-name-is-null-or-not-an-object#p15063</guid>
        	        	<description><![CDATA[<p>My grid is to load about 500 records at once (load all data, no paging).</p>
<p>It works fine in firefox and IE 8, but the event "loadComplete" doesn&#39;t happen in IE 7 and there&#39;s a error "t.p.colModel[...]name is null or not an object ". Plz let me know how I can fix it !</p>
<p>Here&#39;s the code :</p>
</p>
<p>&#160;&#160;&#160; var gridAssignedTestCase = $("#grid_assigned_test_case").jqGrid({ <br />&#160;&#160; &#160;&#160;&#160; &#160;url: Ts.CONTEXT_PATH_NS + &#39;/loadAssignedTestCaseOfTask.do&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;colNames:[Ts.Label.ID, Ts.Label.TestScenario, Ts.Label.Requirement, Ts.Label.FlowID,&#160; Ts.Label.Status, Ts.Label.Environment, Ts.Label.Time, &#39;&#39;, &#39;&#39;], <br />&#160;&#160; &#160;&#160;&#160; &#160;colModel:[&#160; {name:&#39;concreteTestCaseId&#39;, key:true, index:&#39;concreteTestCaseId&#39;, width:70, align:"center", stype:&#39;none&#39;, sortable:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;testScenario&#39;,index:&#39;testScenario&#39;, stype:&#39;none&#39;, width:220, sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;requirementName&#39;,index:&#39;requirementName&#39;, width:190, stype:&#39;none&#39;, sortable:true}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;flowId&#39;,index:&#39;flowId&#39;,width:70, align:"right", sorttype:"int", stype:&#39;none&#39;, sortable:true},&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;executionStatusId&#39;,index:&#39;executionStatusId&#39;,width:75, align:"left", stype:&#39;none&#39;,hidden: false, sortable:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatter:"select",editable: false, edittype:"select",editoptions:{value:"81:Not Test; 82:Passed; 83:Failed; 84:NA; 85:Blocked"}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;environmentCode&#39;,index:&#39;environmentCode&#39;,width:230, align:"left", sortable:false},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;estimatedDuration&#39;,index:&#39;estimatedDuration&#39;,align:"right",width:40, sortable:false, stype:&#39;none&#39;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;testCaseTaskId&#39;,index:&#39;testCaseTaskId&#39;,align:"right",width:0, sortable:false, stype:&#39;none&#39;, hidden: true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;usageExecutionStatus&#39;,index:&#39;usageExecutionStatus&#39;,align:"right",width:0, sortable:false, stype:&#39;none&#39;, hidden: true} ], &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;height: 440,<br />&#160;&#160; &#160;&#160;&#160; &#160;cellEdit : true, <br />&#160;&#160; &#160;&#160;&#160; &#160;rowNum : 9999,<br />&#160;&#160; &#160;&#160;&#160; &#160;postData: {&#39;id&#39; : id},<br />&#160;&#160; &#160;&#160;&#160; &#160;loadComplete: function(tc){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;writeTotalEstimateTime();<br />&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;caption: Ts.Label.AssignedTestCaseList <br />&#160;&#160; &#160;});</p>
]]></description>
        	        	<pubDate>Tue, 23 Feb 2010 09:41:57 +0200</pubDate>
        </item>
</channel>
</rss>