<?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: navigator items</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/navigator-items</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/navigator-items/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Luigino on navigator items</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navigator-items#p18848</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navigator-items#p18848</guid>
        	        	<description><![CDATA[<p>Hello jboss,</p>
</p>
<p>I see that use of url parameter for navGrid which I don&#39;t see it in documentation and I see you call add.php.... is that add.php a PHP function where for example you check if there are records in another table in the way you allow/disallow calling the form editing?... If yes, then how do you call the form editing from add.php?...</p>
</p>
<p>thanks</p>
<p>Ciao</p>
<p>Luigi</p>
]]></description>
        	        	<pubDate>Wed, 28 Jul 2010 23:58:41 +0300</pubDate>
        </item>
        <item>
        	<title>jboss on navigator items</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navigator-items#p18275</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navigator-items#p18275</guid>
        	        	<description><![CDATA[<p>thanks, i forgot the "editable" tag. with that and an action.php i can use the diferents navigator items.</p>
]]></description>
        	        	<pubDate>Tue, 29 Jun 2010 19:33:13 +0300</pubDate>
        </item>
        <item>
        	<title>dmexis on navigator items</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navigator-items#p18263</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navigator-items#p18263</guid>
        	        	<description><![CDATA[<p>Probably you need to add to your colModel editable: true... Only the editable columns are being sent to the server... If you want your buttons on the navigator to do something else... then probably you need to add custom buttons. Otherwise, you can use the methods afterComplete, afterSubmit etc. to manage your data. Read the documentation for more information...</p>
]]></description>
        	        	<pubDate>Tue, 29 Jun 2010 09:55:49 +0300</pubDate>
        </item>
        <item>
        	<title>jboss on navigator items</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/navigator-items#p18255</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/navigator-items#p18255</guid>
        	        	<description><![CDATA[<p>hello all,</p>
<p>im reading the wiki example to learn more about jgrid and i have a few questions/errors with it.</p>
<p>i have a grid with add/edit/delete navigator.if i push on add item and i see on firebug what im sending:</p>
<table class="netInfoPostParamsTable " border="0" cellspacing="0" cellpadding="0">
<tbody class=" ">
<tr class="netInfoPostParamsTitle ">
<td class=" " colspan="2"></td>
</tr>
</tbody>
</table>
<p><input type='button' class='sfcodeselect' name='sfselectit9316' value='Select Code' data-codeid='sfcode9316' /></p>
<div class='sfcode' id='sfcode9316'>
<table class=&#34;&#34;netInfoPostParamsTable&#34; border=&#34;&#34;0&#34;&#34; cellspacing=&#34;&#34;0&#34;&#34; cellpadding=&#34;&#34;0&#34;&#34;>
<tbody class=&#34;&#34;&#34;>
<tr class=&#34;&#34;netInfoPostParamsTitle&#34;>
<td class=&#34;&#34;&#34; colspan=&#34;&#34;2&#34;&#34;>
<div class=&#34;&#34;netInfoPostParams&#34;>Parametersapplication/x-www-form-urlencoded</div>
</td>
</tr>
<tr class=" ">
<td class="netInfoParamName ">oper</td>
<td class="netInfoParamValue ">
<p><input type='button' class='sfcodeselect' name='sfselectit1325' value='Select Code' data-codeid='sfcode1325' /></p>
<div class='sfcode' id='sfcode1325'>edit</div>
</td>
</tr>
</tbody>
</table>
<table class="netInfoPostSourceTable " border="0" cellspacing="0" cellpadding="0">
<tbody class=" ">
<tr class="netInfoPostSourceTitle ">
<td class=" " colspan="2">
<div class="netInfoPostSource ">Source</div>
</td>
</tr>
<tr class=" ">
<td class=" " colspan="2">
<p><input type='button' class='sfcodeselect' name='sfselectit8392' value='Select Code' data-codeid='sfcode8392' /></p>
<div class='sfcode' id='sfcode8392'>oper=edit</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>and i want to add.</p>
<p>other question is how can i put a diferent action of each navigation item, my code is&#8230;</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3533' value='Select Code' data-codeid='sfcode3533' /></p>
<div class='sfcode' id='sfcode3533'>
<p>&#60;script type=&#34;text/javascript&#34;&#62;<br />jQuery(document).ready(function(){ <br />&#160; jQuery(&#34;#list&#34;).jqGrid({<br />&#160;&#160;&#160; url:&#39;includes/user.php&#39;,<br />&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; mtype: &#39;POST&#39;,<br />&#160;&#160;&#160; colNames:[&#39;id&#39;,&#39;user&#39;, &#39;passwords&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;, index:&#39;id&#39;, width:155}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;user&#39;, index:&#39;user&#39;, width:190}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;password&#39;, index:&#39;password&#39;, width:180, align:&#39;right&#39;}, <br />&#160;&#160;&#160; ],<br />&#160;&#160;&#160; pager: &#39;#pager&#39;,<br />&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160; sortorder: &#39;asc&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; editurl: &#39;includes/add.php&#39;,<br />&#160;&#160;&#160; caption: &#39;Hello world&#39;<br />&#160; }).navGrid(&#39;#pager&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {add: true, edit: true, del: true, search: true}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {url:&#39;add.php&#39;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {url:&#39;edit.php&#39;}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {url:&#39;del.php&#39;},&#160; <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {multipleSearch : true}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; {closeOnEscape:true} /* allow the view dialog to be closed when user press ESC key*/<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; );<br />}); <br />&#60;/script&#62;</p>
</div>
<p>thnks </p>
]]></description>
        	        	<pubDate>Tue, 29 Jun 2010 00:29:11 +0300</pubDate>
        </item>
</channel>
</rss>