<?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: Help with editing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-editing</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/help-with-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Help with editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-editing#p2305</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-editing#p2305</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The error is in syntax - the righ is</p>
<p>}).navGrid(&#39;#pager2&#39;,{edit:true, del:false, add:false, search:false},...)</p>
<p>Also refer to docs for the right syntax</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 03 Oct 2008 02:17:51 +0300</pubDate>
        </item>
        <item>
        	<title>YamilBracho on Help with editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-editing#p2296</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-editing#p2296</guid>
        	        	<description><![CDATA[<p>I am not sure but I think the problem is the NavigationBar, you are combining two ways to edit, so take out the navigatioon bar and test it.</p>
<p>In Spanish.</p>
<p>Quita la opcion del NavigationBar y chequea el ejemplo "editing". Fijate que cuando editas por un boton no tienes las opciones del NavigationBar</p>
</p>
<p>HTH</p></p>
]]></description>
        	        	<pubDate>Thu, 02 Oct 2008 11:07:05 +0300</pubDate>
        </item>
        <item>
        	<title>maglia on Help with editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/help-with-editing#p2295</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/help-with-editing#p2295</guid>
        	        	<description><![CDATA[<div id="result_box" dir="ltr">First of all, my English is not good. Sorry.</div>
<div dir="ltr"></div>
<div dir="ltr">I&#39;m trying to invoke the editing records of the grid through editGridRow but can not get up the form. </p>
<p> My definition of the Grid is:</p>
</div>
<div dir="ltr"></div>
<p><input type='button' class='sfcodeselect' name='sfselectit2630' value='Select Code' data-codeid='sfcode2630' /></p>
<div class='sfcode' id='sfcode2630'>
<div dir="ltr">//Armado del Grid&#160;&#160;&#160; <br />jQuery("#dataGrid").jqGrid({<br />&#160;&#160;&#160; url:&#39;gestiona_exptes_grid.php&#39;,<br />&#160;&#160;&#160; datatype: "json",<br />&#160;&#160;&#160; colNames:[&#39;Fecha&#39;,&#39;Juzgado&#39;, &#39;N&#176;Expte&#39;, &#39;Car&#225;tula&#39;, &#39;Motivo&#39;, &#39;Observaciones&#39;, &#39;Estado&#39;,&#39;Defensor&#237;a&#39;],<br />&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;fecha&#39;,index:&#39;fecha&#39;, width:65, sorttype:"date",editable:true,editoptions:{size:25}},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;juzgado&#39;,index:&#39;juzgado&#39;, width:80, sortype:"int",editable:true,editoptions:{size:25}},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;expte&#39;,index:&#39;expte&#39;, width:100,editable:true,editoptions:{size:25}},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;caratula&#39;,index:&#39;caratula&#39;, width:200,editable:true,editoptions:{size:25}},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;motivo&#39;,index:&#39;motivo&#39;, width:120,editable:true,editoptions:{size:25}},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;observaciones&#39;,index:&#39;observaciones&#39;, width:80,editable:true,edittype:"textarea", editoptions:{rows:"2",cols:"20"}},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;estado&#39;,index:&#39;estado&#39;, width:150,editable:true,editoptions:{size:25}},<br />&#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;defensoria&#39;,index:&#39;defensoria&#39;, width:90,editable:true,editoptions:{size:25}},<br />&#160;&#160;&#160; ],<br />&#160;&#160;&#160; pager: jQuery(&#39;#pager2&#39;),<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; imgpath: &#39;javascipts/jQuery/themes/coffee/images&#39;,<br />&#160;&#160;&#160; mtype: "GET",<br />&#160;&#160;&#160; sortname: &#39;fecha&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; sortorder: "asc",<br />&#160;&#160;&#160; caption: &#39;Consultas Penales - Gesti&#243;n de Expedientes&#39;,<br />&#160;&#160;&#160; multiselect: false,<br />&#160;&#160;&#160; height:&#39;100%&#39;,<br />&#160;&#160;&#160; loadtext: &#39;Cargando...&#39;,<br />&#160;&#160;&#160; editurl:&#39;someurl.php&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; height:"100%"<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }).navGrid(&#39;#pager2&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {refreshtitle:&#39;Actualizar Datos&#39;, edit:true, del:false, add:false, search:false<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; });
</div>
</div>
<div dir="ltr"></div>
<div dir="ltr">The invocation, as in the examples is:</div>
<div dir="ltr">
<p><input type='button' class='sfcodeselect' name='sfselectit8812' value='Select Code' data-codeid='sfcode8812' /></p>
<div class='sfcode' id='sfcode8812'>$("#bedata").click(function(){ &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; var gr = $("#dataGrid").getGridParam(&#39;selrow&#39;);<br />&#160;&#160;&#160; if( gr != null ) {<br />&#160;&#160;&#160; &#160;&#160;&#160; $("#dataGrid").editGridRow(gr,{height:280,reloadAfterSubmit:false}); <br />&#160;&#160;&#160; }<br />&#160;&#160;&#160; else {<br />&#160;&#160;&#160; &#160;&#160;&#160; alert("Seleccione un Tr&#225;mite para Editar"); <br />&#160;&#160;&#160; }<br />});</div>
</div>
<div dir="ltr">What could be wrong?</div>
<div dir="ltr"></div>
<div dir="ltr">Thank you very much for your attention.</div>
<div dir="ltr"></div>
<div dir="ltr">Mart&#237;n</div>
<div dir="ltr"></div>
<div dir="ltr"></div>
]]></description>
        	        	<pubDate>Thu, 02 Oct 2008 10:22:02 +0300</pubDate>
        </item>
</channel>
</rss>