<?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: Dot Notation for column name.. how to get value issue?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/dot-notation-for-column-name-how-to-get-value-issue</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/dot-notation-for-column-name-how-to-get-value-issue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Dot Notation for column name.. how to get value issue?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dot-notation-for-column-name-how-to-get-value-issue#p16118</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dot-notation-for-column-name-how-to-get-value-issue#p16118</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I suggest you to try to acces the value this way</p>
<p>alert( ret["document.imageUploadedR"] ); <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /></p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 31 Mar 2010 19:58:31 +0300</pubDate>
        </item>
        <item>
        	<title>mikesmith on Dot Notation for column name.. how to get value issue?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dot-notation-for-column-name-how-to-get-value-issue#p16025</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dot-notation-for-column-name-how-to-get-value-issue#p16025</guid>
        	        	<description><![CDATA[<p>Hi</p>
<p>Is there a method to convert a row in the grid into the object that you mentioned in your post?.. It would make things easier as then i can then access the data I want with the dot notation as the name for a column.</p>
</p>
<p>Otherwise its impossible to access values from a column which has a dot notation as its name.</p>
</p>
<p>thanks Tony</p>
]]></description>
        	        	<pubDate>Mon, 29 Mar 2010 18:33:39 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Dot Notation for column name.. how to get value issue?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dot-notation-for-column-name-how-to-get-value-issue#p15982</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dot-notation-for-column-name-how-to-get-value-issue#p15982</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Create a object manually like this:</p>
</p>
<p>var ret = {"prop1&#8243; : "value1&#8243;, "document.imageUploadedR": "value2"}</p>
</p>
<p>then try to alert it this vay</p>
<p>alert(ret.document.imageUploadedR);</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 26 Mar 2010 15:39:57 +0200</pubDate>
        </item>
        <item>
        	<title>mikesmith on Dot Notation for column name.. how to get value issue?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dot-notation-for-column-name-how-to-get-value-issue#p15981</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dot-notation-for-column-name-how-to-get-value-issue#p15981</guid>
        	        	<description><![CDATA[<p>I need help on this issue as I am unable to access the value of a column whose name has a dot notation.</p>
<p>Has anyone got any tips on this?</p>
</p>
<p>I have a column whose name is document.imageUploadedR</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2114' value='Select Code' data-codeid='sfcode2114' /></p>
<div class='sfcode' id='sfcode2114'>&#60;sj:gridColumn name=&#34;document.imageUploadedR&#34; index=&#34;documentImageUploadedRHeader&#34;.....</div>
<p>&#160;&#160; &#160;&#160;&#160;&#160; </p>
<p>which is populated correctly with data as the grid loads.. here is part of the json string...&#160;&#160;</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7315' value='Select Code' data-codeid='sfcode7315' /></p>
<div class='sfcode' id='sfcode7315'>&#34;document&#34;:{&#34;batchNo&#34;:null,&#34;comment&#34;:&#34;&#34;,&#34;imageUploadedR&#34;:&#34;Y&#34;,&#34;projectId&#34;:1,&#34;userId&#34;:1}</div>
</p>
<p>When I try to access the rowData and try and access the value in that column, I get undefined.</p>
<p>var ret = jQuery("#documentgrid").jqGrid(&#39;getRowData&#39;,1);</p>
<p>alert(ret.document.imageUploadedR);</p>
</p>
<p>When I console.log my ret value I can see the data as document.imageUploadedR&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "Y"</p>
</p>
<p>It seems something different must be done with columns that have a dot notation. Columns without a dot notation seem to work fine!</p>
<p>Thanks for any help on this as I am very stuck!</p>
]]></description>
        	        	<pubDate>Fri, 26 Mar 2010 13:06:03 +0200</pubDate>
        </item>
</channel>
</rss>