<?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: cur is undefined</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/cur-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/bugs/cur-is-undefined/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ritesh on cur is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cur-is-undefined#p2290</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cur-is-undefined#p2290</guid>
        	        	<description><![CDATA[<p>I got it working. The json string was not to the specification.</p>
<p>Thanks for all your help.</p>
]]></description>
        	        	<pubDate>Wed, 01 Oct 2008 13:10:31 +0300</pubDate>
        </item>
        <item>
        	<title>ritesh on cur is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cur-is-undefined#p2289</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cur-is-undefined#p2289</guid>
        	        	<description><![CDATA[<p>I got it working. The json string was not to the specification.</p>
<p>Thanks for all your help.</p>
]]></description>
        	        	<pubDate>Wed, 01 Oct 2008 13:10:31 +0300</pubDate>
        </item>
        <item>
        	<title>ritesh on cur is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cur-is-undefined#p2285</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cur-is-undefined#p2285</guid>
        	        	<description><![CDATA[<p>I want to configure the grid for json. I took the sample above from JSON Data in documentation.</p>
</p>
<p>url:&#39;dailyPL.action?q=2&#39;,<br />&#160;&#160;&#160; datatype: &#8220;json&#8221;,&#160;&#160;&#160;</p>
<p>Can you please point me to what am I missing.</p>
]]></description>
        	        	<pubDate>Wed, 01 Oct 2008 08:24:27 +0300</pubDate>
        </item>
        <item>
        	<title>tony on cur is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cur-is-undefined#p2270</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cur-is-undefined#p2270</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>For this kind of data you need to configure the jsonReader.</p>
<p>Refer to documentation how to do that.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 01 Oct 2008 03:06:30 +0300</pubDate>
        </item>
        <item>
        	<title>ritesh on cur is undefined</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cur-is-undefined#p2265</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cur-is-undefined#p2265</guid>
        	        	<description><![CDATA[<p>Dear Tony,</p>
<p>Thanks for all your hard work and support for open community. I am trying to get a sample working but getting weird error cur is undefined. Can you please help me resolve the problem.</p>
<p>&#160; jQuery("#list").jqGrid({<br />&#160;&#160;&#160; url:&#39;dailyPL.action?q=2&#39;,<br />&#160;&#160;&#160; datatype: "json",&#160;&#160;&#160; <br />&#160;&#160;&#160; colNames:[&#39;ID&#39;,&#39;Ticker&#39;,&#39;Delivery Date&#39;, &#39;Maturity Date&#39;, &#39;Unrealized PL&#39;,&#39;Realized PL&#39;],<br />&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;, width:55},&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;ticker&#39;,index:&#39;ticker&#39;, width:100},<br />&#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;deliveryDate&#39;,index:&#39;deliveryDate&#39;, width:90, sorttype:"int"},<br />&#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;maturityDate&#39;,index:&#39;maturityDate&#39;, width:100},<br />&#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;unrealized&#39;,index:&#39;unrealized&#39;, width:80, align:"right"},<br />&#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;realized&#39;,index:&#39;realized&#39;, width:80, align:"right"}&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160; viewrecords: true,&#160;&#160; <br />&#160;&#160;&#160; imgpath: &#39;themes/basic/images&#39;,<br />&#160;&#160;&#160; caption: &#39;My first grid&#39;<br />&#160; });</p>
</p>
<div class="netInfoResponseText netInfoText">
<pre>{"page":"1","records":"3","rows":[{"deliveryDate":20080950,"id":"1","maturityDate":20080602,"realized"</pre>
<pre>:0.0,"ticker":"GE","unrealized":500.0},{"deliveryDate":20080950,"id":"2","maturityDate":20080602,"realized"</pre>
<pre>:0.0,"ticker":"cSC","unrealized":5000.0},{"deliveryDate":20080950,"id":"3","maturityDate":20080602,"realized"</pre>
<pre>:0.0,"ticker":"MAGNA","unrealized":6900.0}],"total":1.0}<br /><br />Appreciate a lot. Thanks for your help.</pre>
</div>
]]></description>
        	        	<pubDate>Tue, 30 Sep 2008 15:18:34 +0300</pubDate>
        </item>
</channel>
</rss>