<?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: Access data returned from server</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/access-data-returned-from-server</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/access-data-returned-from-server/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>vinodh on Access data returned from server</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/access-data-returned-from-server#p16017</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/access-data-returned-from-server#p16017</guid>
        	        	<description><![CDATA[<p>Thanks for the clarification Tony.</p>
<p>Though it would be nice to have this as a feature.</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Mon, 29 Mar 2010 02:14:40 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Access data returned from server</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/access-data-returned-from-server#p15958</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/access-data-returned-from-server#p15958</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry this is not a bug, but a way that jqGrid work. jqGrid is not a Data Base server, but a component which <strong>display</strong> data in tabular manner.</p>
<p>In order to do this you should have two fields in the grid, one visible and not editable for display, another hidden, but editable</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 25 Mar 2010 16:27:56 +0200</pubDate>
        </item>
        <item>
        	<title>vinodh on Access data returned from server</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/access-data-returned-from-server#p15952</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/access-data-returned-from-server#p15952</guid>
        	        	<description><![CDATA[<p>I am looking to access the actual value returned from the server.getRowData only returns the value after unformat applied to the value. This results in loss of information.</p>
<p>For  instance if a double value is rounded to two decimal places and if I  want to populate the form for edit with the original value returned from  the server with 6 decimals, how can I get the value returned.</p>
<p>for  eg:</p>
<p>Value returned from server : 12.345678</p>
<p>formatter option  for column : formatter: &#39;number&#39;, formatoptions: {thousandsSeparator:  ",", decimalPlaces: 2}</p>
<p>Value displayed in grid : 12.35</p>
<p>How  do I retrieve the value 12.345678 returned from the server.</p>
]]></description>
        	        	<pubDate>Thu, 25 Mar 2010 14:45:45 +0200</pubDate>
        </item>
</channel>
</rss>