<?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: Create an alias for column</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/create-an-alias-for-column</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/feature-request/create-an-alias-for-column/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Create an alias for column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/create-an-alias-for-column#p9147</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/create-an-alias-for-column#p9147</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You can achive this this way:</p>
<p>colModel :[</p>
<p>.....</p>
<p>{name:&#39;companyID&#39;, hidden:true, jsonmap:&#39;company.companyID&#39;}</p>
<p>{name:&#39;name&#39;, width: 60, jsonmap:&#39;company.name&#39;.....}</p>
<p>]</p>
<p>See docs : <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data" rel="nofollow" target="_blank">http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data</a></p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 31 Aug 2009 11:35:32 +0300</pubDate>
        </item>
        <item>
        	<title>Alex on Create an alias for column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/create-an-alias-for-column#p9018</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/create-an-alias-for-column#p9018</guid>
        	        	<description><![CDATA[<p>Hello Tony</p>
</p>
<p>I use Java with Spring Framework on the backend. Data returned is usually nested objects.</p>
<p>So to access data, I have to do the following:</p>
<p>colModel :[</p>
<p>.....</p>
<p>{name:&#39;company.companyID&#39;, hidden:true}</p>
<p>{name:&#39;company.name&#39;, width: 60.....}</p>
<p>]</p>
<p>it would be nice if there was an "alias" attribute, such that when it gets submitted, it would submit as companyID, not company.companyID.</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Fri, 28 Aug 2009 10:37:30 +0300</pubDate>
        </item>
</channel>
</rss>