<?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: ts.rows is undefined</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined</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/tsrows-is-undefined/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dke01 on ts.rows is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p16852</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p16852</guid>
        	        	<description><![CDATA[<blockquote>
<p>Chhavi said:</p>
<p>Is there&#160;any way to display the&#160;grid in div instead of table...</p>
</blockquote>
<hr />
<p>Thanks for this, this just saved me heaps of time debugging</p>
]]></description>
        	        	<pubDate>Mon, 03 May 2010 09:54:44 +0300</pubDate>
        </item>
        <item>
        	<title>tony on ts.rows is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p14212</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p14212</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>No. Everthing is build on tables.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 24 Jan 2010 18:33:57 +0200</pubDate>
        </item>
        <item>
        	<title>Chhavi on ts.rows is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p14129</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p14129</guid>
        	        	<description><![CDATA[<p>Is there&#160;any way to display the&#160;grid in div instead of table...</p>
]]></description>
        	        	<pubDate>Fri, 22 Jan 2010 10:50:24 +0200</pubDate>
        </item>
        <item>
        	<title>hughitt1 on ts.rows is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p7905</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p7905</guid>
        	        	<description><![CDATA[<p>I ran into the same problem recently. The problem turned out to be that I was attempting to use a DIV instead of a TABLE for the datagrid container. Using a table instead resolved the issue, e.g.</p>
</p>
<pre id="line42">        <span class="comment">&#60;!-- Grid --&#62;</span><br />        &#60;<span class="start-tag">table</span><span class="attribute-name"> id</span>=<span class="attribute-value">"search-results-datagrid" </span><span class="attribute-name">class</span>=<span class="attribute-value">"scroll" </span><span class="attribute-name">cellpadding</span>=<span class="attribute-value">"0" </span><span class="attribute-name">cellspacing</span>=<span class="attribute-value">"0"</span>&#62;&#60;/<span class="end-tag">table</span>&#62; <br />        <br />        <span class="comment">&#60;!-- Pager --&#62;</span><br />        &#60;<span class="start-tag">div</span><span class="attribute-name"> id</span>=<span class="attribute-value">"search-results-pager" </span><span class="attribute-name">class</span>=<span class="attribute-value">"scroll" </span><span class="attribute-name">style</span>=<span class="attribute-value">"text-align:center;"</span>&#62;&#60;/<span class="end-tag">div</span>&#62; <br /><br />Best,<br />Keith<br /></pre>
]]></description>
        	        	<pubDate>Mon, 20 Jul 2009 10:36:10 +0300</pubDate>
        </item>
        <item>
        	<title>robert.w on ts.rows is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p7672</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p7672</guid>
        	        	<description><![CDATA[<p>hi,</p>
</p>
<p>I&#39;m getting the same error message - what id did you mean?</p>
]]></description>
        	        	<pubDate>Tue, 07 Jul 2009 04:06:14 +0300</pubDate>
        </item>
        <item>
        	<title>faizaliqbaal on ts.rows is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p3950</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p3950</guid>
        	        	<description><![CDATA[<p>found out the issue...my mistake...wrong id. sorry for the post</p>
]]></description>
        	        	<pubDate>Mon, 12 Jan 2009 23:12:07 +0200</pubDate>
        </item>
        <item>
        	<title>faizaliqbaal on ts.rows is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p3949</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tsrows-is-undefined#p3949</guid>
        	        	<description><![CDATA[<p>hi all,</p>
</p>
<p>Back again</p>
<p>for some reason my grid is not loading data..here is what i my handler returns</p>
<pre>{<br />  "page": "1",<br />  "total": "1",<br />  "records": "22",<br />  "rows": [<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "AlanSujovolsky",<br />        "User1",<br />        "-",<br />        "2401000270",<br />        "0270",<br />        "AlanSujovolskyGenericSIP",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "AlanSujovolsky",<br />        "User2",<br />        "-",<br />        "2401000271",<br />        "0271",<br />        "AlanSujovolskyGenericSIP",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "AlanSujovolsky",<br />        "User3",<br />        "-",<br />        "-",<br />        "1272",<br />        "AlanSujovolskyGenericSIP",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "Marcelo",<br />        "Valotta",<br />        "-",<br />        "-",<br />        "5551",<br />        "-",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "Marcelo Enrique",<br />        "Valotta",<br />        "-",<br />        "-",<br />        "5552",<br />        "-",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "AlanSujovolsky",<br />        "User1",<br />        "-",<br />        "2401000270",<br />        "0270",<br />        "AlanSujovolskyGenericSIP",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "AlanSujovolsky",<br />        "User2",<br />        "-",<br />        "2401000271",<br />        "0271",<br />        "AlanSujovolskyGenericSIP",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "AlanSujovolsky",<br />        "User3",<br />        "-",<br />        "-",<br />        "1272",<br />        "AlanSujovolskyGenericSIP",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "Marcelo",<br />        "Valotta",<br />        "-",<br />        "-",<br />        "5551",<br />        "-",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "Marcelo Enrique",<br />        "Valotta",<br />        "-",<br />        "-",<br />        "5552",<br />        "-",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "AlanSujovolsky",<br />        "User1",<br />        "-",<br />        "2401000270",<br />        "0270",<br />        "AlanSujovolskyGenericSIP",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "AlanSujovolsky",<br />        "User2",<br />        "-",<br />        "2401000271",<br />        "0271",<br />        "AlanSujovolskyGenericSIP",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "AlanSujovolsky",<br />        "User3",<br />        "-",<br />        "-",<br />        "1272",<br />        "AlanSujovolskyGenericSIP",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "1231822674171",<br />      "cell": [<br />        "-",<br />        "-",<br />        "Marcelo",<br />        "Valotta",<br />        "-",<br />        "-",<br />        "5551",<br />        "-",<br />        "Details",<br />        "-"<br />      ]<br />    },<br />    {<br />      "id": "mainautoatt@xdp.broadsoft.com",<br />      "cell": [<br />        "-",<br />        "MainAttendant",<br />        "-",<br />        "-",<br />        "Support \\\\ Tier 1",<br />        "2401000273",<br />        "0273",<br />        "N/A",<br />        "Detail Members",<br />        "mainautoatt@xdp.broadsoft.com"<br />      ]<br />    },<br />    {<br />      "id": "centerl1@xdp.broadsoft.com",<br />      "cell": [<br />        "-",<br />        "Call Center Asujo 1",<br />        "-",<br />        "-",<br />        "",<br />        "2401000272",<br />        "0272",<br />        "N/A",<br />        "Detail Members",<br />        "centerl1@xdp.broadsoft.com"<br />      ]<br />    },<br />    {<br />      "id": "HGAsujo1@xdp.broadsoft.com",<br />      "cell": [<br />        "-",<br />        "Hunt Group Asujo 1",<br />        "-",<br />        "-",<br />        "",<br />        "2401000274",<br />        "0274",<br />        "N/A",<br />        "Detail Members",<br />        "HGAsujo1@xdp.broadsoft.com"<br />      ]<br />    },<br />    {<br />      "id": "mainautoatt@xdp.broadsoft.com",<br />      "cell": [<br />        "-",<br />        "MainAttendant",<br />        "-",<br />        "-",<br />        "Support \\\\ Tier 1",<br />        "2401000273",<br />        "0273",<br />        "N/A",<br />        "Detail Members",<br />        "mainautoatt@xdp.broadsoft.com"<br />      ]<br />    },<br />    {<br />      "id": "centerl1@xdp.broadsoft.com",<br />      "cell": [<br />        "-",<br />        "Call Center Asujo 1",<br />        "-",<br />        "-",<br />        "",<br />        "2401000272",<br />        "0272",<br />        "N/A",<br />        "Detail Members",<br />        "centerl1@xdp.broadsoft.com"<br />      ]<br />    },<br />    {<br />      "id": "HGAsujo1@xdp.broadsoft.com",<br />      "cell": [<br />        "-",<br />        "Hunt Group Asujo 1",<br />        "-",<br />        "-",<br />        "",<br />        "2401000274",<br />        "0274",<br />        "N/A",<br />        "Detail Members",<br />        "HGAsujo1@xdp.broadsoft.com"<br />      ]<br />    },<br />    {<br />      "id": "mainautoatt@xdp.broadsoft.com",<br />      "cell": [<br />        "-",<br />        "MainAttendant",<br />        "-",<br />        "-",<br />        "Support \\\\ Tier 1",<br />        "2401000273",<br />        "0273",<br />        "N/A",<br />        "Detail Members",<br />        "mainautoatt@xdp.broadsoft.com"<br />      ]<br />    },<br />    {<br />      "id": "centerl1@xdp.broadsoft.com",<br />      "cell": [<br />        "-",<br />        "Call Center Asujo 1",<br />        "-",<br />        "-",<br />        "",<br />        "2401000272",<br />        "0272",<br />        "N/A",<br />        "Detail Members",<br />        "centerl1@xdp.broadsoft.com"<br />      ]<br />    }<br />  ]<br /><br /><br /><br />here is my grid code<br /><br />		jqGrid({ <br />				datatype: "json",<br />				url:"pbxEntityMap.do?opName=all",<br />				colNames:["Type","User Name","First Name","Last Name","Department","Phone Number","Ext","Device Id","Command","id"], <br />				colModel:[ 	<br />							<br />							{name:&#39;Type&#39;,index:1, width:80, align:"center",editable:false},<br />							{name:&#39;User Name&#39;,index:2, width:80, align:"center",editable:false},<br />							{name:&#39;First Name&#39;,index:3, width:175,align:"center",editable:false}, <br />							{name:&#39;Last Name&#39;,index:4, width:180,align:"center",editable:false}, <br />							{name:&#39;Department&#39;,index:5, width:90, align:"center",editable:false} ,<br />							{name:&#39;Phone Number&#39;,index:6, width:90, align:"center",editable:false},<br />							{name:&#39;Ext.&#39;,index:7, width:80, align:"center",editable:false},<br />							{name:&#39;Device Id&#39;,index:8, width:80, align:"center",editable:false},<br />							{name:&#39;Command&#39;,index:9, width:100, align:"center",editable:false},<br />							{name:&#39;id&#39;,index:10,hidden:true}<br />							 ], <br />							 sortname: "id",<br />	    					sortorder: "desc",<br />							imgpath: "../css/images", <br />							caption: "PBX Entities" }); <br /><br /><br />what could be wrong herein..<br /><br />Thanks all,<br />}</pre>
]]></description>
        	        	<pubDate>Mon, 12 Jan 2009 22:59:22 +0200</pubDate>
        </item>
</channel>
</rss>