<?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: not able to find demo for Add/edit/delete on local data</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data</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/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on not able to find demo for Add/edit/delete on local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31351</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31351</guid>
        	        	<description><![CDATA[<p>Hello Oleg,</p>
<p>Â </p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Sun, 09 Nov 2014 11:49:07 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on not able to find demo for Add/edit/delete on local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31323</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31323</guid>
        	        	<description><![CDATA[<p>Try to use moreÂ <a href="http://www.ok-soft-gmbh.com/jqGrid/LocalFormEditing2.htm" target="_blank">the recent demo</a>Â created forÂ <a href="http://stackoverflow.com/a/19847745/315935" target="_blank">the answer</a>. It should work with the current version of jqGrid too.</p>
<p>Best regards<br />
Oleg</p>
]]></description>
        	        	<pubDate>Sat, 01 Nov 2014 15:25:48 +0200</pubDate>
        </item>
        <item>
        	<title>tanmaykanudawala on not able to find demo for Add/edit/delete on local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31321</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p31321</guid>
        	        	<description><![CDATA[<blockquote>
<p><strong>OlegK said </strong><br />
Hello Kiran,</p>
<p> you wrote that you need an example for Add/Edit/Delete on <strong>local data</strong>. It means that all operation will be done in JavaScript without any code on the server side. So the words like "Gridview" and "I want ASP.NET example" seems me strange. the local editing example is pure JacaScript example without any ASP.NET or other server side code.</p>
<p> The methods delRowData, setRowData, addRowData exist before the version 3.7. The methods allow to make modification of grid contain without user interractionand without any requests to the servr. New in version 3.7 is that jqGrid can hold local data accociated with the grid which are more as the current page displayed. Starting with version 3.7 jqGrid support pure <strong>local</strong> paging, sorting and filtering/searching. To use it one should use <strong>datatype:'local'</strong> as the jqGrid parameter. The best wat to fill the data of the local grid is to use <strong>data</strong> parameter of jqGrid. See <a href="http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGrid.htm" target="_blank">here</a> an example.</p>
<p> Now about the <strong>local editing</strong> of the data. If you have jqGrid with local data (as described above) you can use two editing methods: <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing" target="_blank">inline editing</a> and <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing" target="_blank">cell editing</a> to edit the local data. One should use <strong>editurl:'clientArray'</strong> for inline editing and <strong>cellsubmit:'clientArray'</strong> for cell editing to use local data editing.Â The <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing" target="_blank">form editing</a> implemented in 3.7 <strong><span style="text-decoration: underline">has not</span></strong> full local editing support, so jqGrid will do make some requests to the server.</p>
<p> Because you want all Add/Edit and Delete operation on local data you probably want the use form editing.</p>
<p> In my post <a href="http://www.trirand.com/blog/?page_id=393/bugs/small-bug-in-generating-new-id-in-postit-of-editgridrow/#p22393" target="_blank">here</a> and <a href="http://stackoverflow.com/questions/5611065/adding-new-row-to-jqgrid-using-modal-form-on-client-only/5611519#5611519" target="_blank">here</a>Â I describe one trick and include <a href="http://www.ok-soft-gmbh.com/jqGrid/LocalFormEditing.htm" target="_blank">the demo</a>Â which shows how one do can implement full local form editing in the current version of jqGrid. The demo use jqGrid 3.8.2, but the same idea should work in jqGrid 4.0 and 3.7. The code is not small, but it is probably what you need.</p>
<p> I suggested Tony to modify the code of jqGrid to implement full local form data editing in jqGrid without the tricks which I use. Probably in the next version of jqGrid the feature will be the part of jqGrid.</p>
<p> Best regards<br />
 Oleg</p>
</blockquote>
<p>Hello Oleg,</p>
<p>Thanks for the Demo you provided above.</p>
<p>IÂ have tried it and i am not able to edit and save in form edit.Â When I click on submit button nothing happens. No process at all. Please guide me through this issue</p>
]]></description>
        	        	<pubDate>Sat, 01 Nov 2014 11:06:33 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on not able to find demo for Add/edit/delete on local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p22909</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p22909</guid>
        	        	<description><![CDATA[<p>Hello Kiran,</p>
<p>you wrote that you need an example for Add/Edit/Delete on <strong>local data</strong>. It means that all operation will be done in JavaScript without any code on the server side. So the words like "Gridview" and "I want ASP.NET example" seems me strange. the local editing example is pure JacaScript example without any ASP.NET or other server side code.</p>
<p>The methods delRowData, setRowData, addRowData exist before the version 3.7. The methods allow to make modification of grid contain without user interractionand without any requests to the servr. New in version 3.7 is that jqGrid can hold local data accociated with the grid which are more as the current page displayed. Starting with version 3.7 jqGrid support pure <strong>local</strong> paging, sorting and filtering/searching. To use it one should use <strong>datatype:&#39;local&#39;</strong> as the jqGrid parameter. The best wat to fill the data of the local grid is to use <strong>data</strong> parameter of jqGrid. See <a href="http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGrid.htm" target="_blank">here</a> an example.</p>
<p>Now about the <strong>local editing</strong> of the data. If you have jqGrid with local data (as described above) you can use two editing methods: <a href="/jqgridwiki/doku.php?id=wiki:inline_editing" target="_blank">inline editing</a> and <a href="/jqgridwiki/doku.php?id=wiki:cell_editing" target="_blank">cell editing</a> to edit the local data. One should use <strong>editurl:&#39;clientArray&#39;</strong> for inline editing and <strong>cellsubmit:&#39;clientArray&#39;</strong> for cell editing to use local data editing.&#160;The <a href="/jqgridwiki/doku.php?id=wiki:form_editing" target="_blank">form editing</a> implemented in 3.7 <strong><span style="text-decoration: underline;">has not</span></strong> full local editing support, so jqGrid will do make some requests to the server.</p>
<p>Because you want all Add/Edit and Delete operation on local data you probably want the use form editing.</p>
<p>In my post <a href="/blog/?page_id=393/bugs/small-bug-in-generating-new-id-in-postit-of-editgridrow/#p22393" target="_blank">here</a> and <a href="http://stackoverflow.com/questions/5611065/adding-new-row-to-jqgrid-using-modal-form-on-client-only/5611519#5611519" target="_blank">here</a>&#160;I describe one trick and include <a href="http://www.ok-soft-gmbh.com/jqGrid/LocalFormEditing.htm" target="_blank">the demo</a>&#160;which shows how one do can implement full local form editing in the current version of jqGrid. The demo use jqGrid 3.8.2, but the same idea should work in jqGrid 4.0 and 3.7. The code is not small, but it is probably what you need.</p>
<p>I suggested Tony to modify the code of jqGrid to implement full local form data editing in jqGrid without the tricks which I use. Probably in the next version of jqGrid the feature will be the part of jqGrid.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Sat, 23 Apr 2011 13:16:11 +0300</pubDate>
        </item>
        <item>
        	<title>kiran on not able to find demo for Add/edit/delete on local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p22907</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p22907</guid>
        	        	<description><![CDATA[<p>plz can anyone help me out with this sample.</p>
</p>
<p>i want asp.net example on the same.thax</p>
]]></description>
        	        	<pubDate>Sat, 23 Apr 2011 09:08:55 +0300</pubDate>
        </item>
        <item>
        	<title>kiran on not able to find demo for Add/edit/delete on local data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p22893</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/not-able-to-find-demo-for-addeditdelete-on-local-data#p22893</guid>
        	        	<description><![CDATA[<p>hi all ,</p>
<p>its really nice feature i found in the Gridview.</p>
</p>
<p>but i am not able to download this example <strong>Add/edit/delete on local data(</strong>New in version 3.7)</p>
</p>
<p>i have downloaded the demo but i m not able to find out this demo .<img class="spSmiley" style="margin:0" title="Confused" src="/blog/wp-content/forum-smileys/sf-confused.gif" alt="Confused" /></p>
</p>
<p>can any one help me. where i can get it.</p>
]]></description>
        	        	<pubDate>Thu, 21 Apr 2011 15:42:54 +0300</pubDate>
        </item>
</channel>
</rss>