<?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: Data disappear after sorting column</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/data-disappear-after-sorting-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/help/data-disappear-after-sorting-column/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Euratom on Data disappear after sorting column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/data-disappear-after-sorting-column#p26943</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/data-disappear-after-sorting-column#p26943</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
</p>
<p>You set:</p>
<p>cellsubmit : &#39;remote&#39;</p>
<p>jqGrid think - I should save the value to the server and does not save the cell value in the local data.</p>
<p>In order to do this you will need to save the cell usung setCell or setRowData method after you submit the new value to the server.</p>
</p>
<p>Regards</p>
</blockquote>
<hr />
<p>Thank you for your reply. Unfortunaly i&#39;m pretty busy these days (deadline&#39;s coming !) and the problem described above is not part of my priorities. I will try your suggestion asap.</p>
</p>
<p>Regards.</p>
]]></description>
        	        	<pubDate>Fri, 13 Jul 2012 09:29:37 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Data disappear after sorting column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/data-disappear-after-sorting-column#p26935</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/data-disappear-after-sorting-column#p26935</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>You set:</p>
<p>cellsubmit : &#39;remote&#39;</p>
<p>jqGrid think - I should save the value to the server and does not save the cell value in the local data.</p>
<p>In order to do this you will need to save the cell usung setCell or setRowData method after you submit the new value to the server.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 11 Jul 2012 15:27:40 +0300</pubDate>
        </item>
        <item>
        	<title>Euratom on Data disappear after sorting column</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/data-disappear-after-sorting-column#p26933</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/data-disappear-after-sorting-column#p26933</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I have a problem when sorting data in jqgrid.<br />After filling it with local data, I edit a cell content and everything works (adding new value; updating / deleting existing one).</p>
<p>But when i sort a column (with &#39;sortGrid method&#39;), the new values don&#39;t appear or cells retrieve their previous values. I thought first the data property of my grid was not upadted after editing a cell but i looked at this property on &#39;afterSaveCell&#39; event and the values were there.</p>
<p>So, what am I doing wrong ?</p>
</p>
<p>This is my grid configuration (I remove event handlers) :</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2140' value='Select Code' data-codeid='sfcode2140' /></p>
<div class='sfcode' id='sfcode2140'>var _tableau_notes_base = {<br />&#160;&#160; &#160;&#160;&#160; &#160;datatype : &#39;local&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;width : 400,<br />&#160;&#160; &#160;&#160;&#160; &#160;height : &#39;100%&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;caption : &#39;Notes&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;hidegrid : false,<br />&#160;&#160; &#160;&#160;&#160; &#160;shrinkToFit : false,<br />&#160;&#160; &#160;&#160;&#160; &#160;cmTemplate : {&#160;&#160; &#160;sorttype: &#39;text&#39;, resizable : false, search : false, sortable : false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;title : false, width : 100, align : &#39;right&#39;, editable : true<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;cellEdit : true,<br />&#160;&#160; &#160;&#160;&#160; &#160;cellsubmit : &#39;remote&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;cellurl : &#39;./SaisieNotesWebAjax&#39;}</div>
<p>Thx for any help.</p>
</p>
<p>For information only : I dynamically create the columns of my grid.</p>
]]></description>
        	        	<pubDate>Wed, 11 Jul 2012 14:53:36 +0300</pubDate>
        </item>
</channel>
</rss>