<?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: How do I access jqGrid data via jQuery?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-access-jqgrid-data-via-jquery</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/how-do-i-access-jqgrid-data-via-jquery/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Nahro on How do I access jqGrid data via jQuery?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-access-jqgrid-data-via-jquery#p31427</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-do-i-access-jqgrid-data-via-jquery#p31427</guid>
        	        	<description><![CDATA[<p>Heyo,</p>
<p>I just assume that you use datatype:local for that? Its hard to tell without your code  <img src="http://www.trirand.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="spWPSmiley" style="max-height:1em;margin:0"  /> </p>
<p>Have you set the editUrl correctly? - Even if jqGrid does not send anything to a server in local-mode it still needs to know what to do for editing.</p>
<p>editurl: "clientArray" -&#62; tells jqGrid to write changes into the local array you give it.</p>
<div>
<p><input type='button' class='sfcodeselect' name='sfselectit3533' value='Select Code' data-codeid='sfcode3533' /></p>
<div class='sfcode' id='sfcode3533'>
onSelectRow: function(id){<br />
Â  if(id!=lastsel){<br />
Â Â Â Â  jQuery('#list').jqGrid('saveRow',lastsel);<br />
Â Â Â Â  //Set Null, select new Row<br />
Â Â  Â  lastsel = null;<br />
Â Â  Â Â Â  Â Â Â  Â <br />
Â Â  Â  jQuery('#list').jqGrid('editRow',id,{keys: true, aftersavefunc : function(id){</p>
<p>Â Â Â Â Â Â Â Â Â  //Do Array Manipulation here</p>
<p>Â Â Â Â Â Â Â Â Â  myArray[id] = ........;</p>
<p>}});Â Â Â  Â Â Â  Â Â </p>
<p>...</p>
</div>
<p>(I hope its somewhat readable)</p>
<p>There are plenty of examples to be found in the wiki, or on the demo page if you look through it (which I reccomend)</p>
</div>
<div>Â </div>
<div>Â </div>
]]></description>
        	        	<pubDate>Fri, 05 Dec 2014 14:35:35 +0200</pubDate>
        </item>
        <item>
        	<title>MarkInChicago on How do I access jqGrid data via jQuery?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-do-i-access-jqgrid-data-via-jquery#p31425</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-do-i-access-jqgrid-data-via-jquery#p31425</guid>
        	        	<description><![CDATA[<p>I just started working with jqGrid today and got a working example where I can add, delete, and update data in the grid. My goal is to NOT have jqGrid post changes to the server. Instead, I need to let the user continue to edit and when they are done, I want to comb through the edits and post them to the server myself.</p>
<p>Â </p>
<p>I've followed the examples and the array used to populate jqGrid appears unchanged but I see the changes do appear in the on-screen grid. So I'm stumped. I really need to understand where jqGrid stores its data/changes in its object model so I can extract the data.</p>
<p>Any ideas?</p>
]]></description>
        	        	<pubDate>Thu, 04 Dec 2014 23:18:25 +0200</pubDate>
        </item>
</channel>
</rss>