<?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: ENHANCEMENT: Making jsonmap better?</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/enhancement-making-jsonmap-better</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/enhancement-making-jsonmap-better/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on ENHANCEMENT: Making jsonmap better?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/enhancement-making-jsonmap-better#p4381</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/enhancement-making-jsonmap-better#p4381</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you for this</p>
<p>There is a such enhancement from other jqGird user. Currently I test this and will include it in the 3.4 release.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 05 Feb 2009 01:06:40 +0200</pubDate>
        </item>
        <item>
        	<title>bgoodin on ENHANCEMENT: Making jsonmap better?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/enhancement-making-jsonmap-better#p4374</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/enhancement-making-jsonmap-better#p4374</guid>
        	        	<description><![CDATA[<p>It would be great to make the jsonmap intelligent enough to evaluate dot notation and index notation instead of expecting the &#8220;rows&#8221; JSON to be flat.</p>
<p>I noticed grid.base.js does the following at line 803 (version 3.4b2):</p>
<div id="post4373">
<p>for (j=0;j&#60;f.length;j++) {<br />&#160; addCell(t,row,cur[f[j]],j+gi+si);<br />&#160; rd[ts.p.colModel[j+gi+si].name] = cur[f[j]];<br />}</p>
<p>Maybe something *like* the following could be done (this code doesn&#39;t handle index notation):</p>
<p>for (j=0;j&#60;f.length;j++) {<br />&#160; addCell(t,row,eval(&#8221;cur.&#8221;+f[j]),j+gi+si);<br />&#160; rd[ts.p.colModel[j+gi+si].name] = eval(&#8221;cur.&#8221;+f[j]);<br />}</p>
<p>I&#39;m not sure what the broader implications of this may be. I tried it in Firefox and it worked. Just wondering if we could use something like this to support standard javascript notations for looking up nested and indexed JSON structures.</p>
<p>Thoughts?</p>
</div>
]]></description>
        	        	<pubDate>Wed, 04 Feb 2009 19:13:41 +0200</pubDate>
        </item>
</channel>
</rss>