<?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: Dumb question about edit : {} Where to put?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/dumb-question-about-edit-where-to-put</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/dumb-question-about-edit-where-to-put/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>linchat on Dumb question about edit : {} Where to put?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dumb-question-about-edit-where-to-put#p20305</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dumb-question-about-edit-where-to-put#p20305</guid>
        	        	<description><![CDATA[<p>The documentation kind of makes it look like you can put it in the main jqgrid section. I did get it workingm the way you did it as well. Thanks for the reply, appreciate it.</p>
]]></description>
        	        	<pubDate>Thu, 14 Oct 2010 15:58:25 +0300</pubDate>
        </item>
        <item>
        	<title>bogoa666 on Dumb question about edit : {} Where to put?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dumb-question-about-edit-where-to-put#p20297</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dumb-question-about-edit-where-to-put#p20297</guid>
        	        	<description><![CDATA[<p>jQuery("#toolbar").jqGrid(&#39;navGrid&#39;,&#39;#toolbar&#39;,</p>
<pre class="code javascript">{parameters}, prmEdit, prmAdd, prmDel, prmSearch, prmView);<br /><br />And example could be:<br /><p><input type='button' class='sfcodeselect' name='sfselectit6798' value='Select Code' data-codeid='sfcode6798' /></p><div class='sfcode' id='sfcode6798'>jQuery(&#34;#toolbar&#34;).jqGrid(&#39;navGrid&#39;,&#39;#toolbar&#39;,
<pre class=&#34;code javascript&#34;>{edit:false,add:false,del:false}, <br />{//edit<br />&#160; addCaption: &#34;Add Record&#34;,
  editCaption: &#34;Edit Record&#34;,
  bSubmit: &#34;Submit&#34;,
  bCancel: &#34;Cancel&#34;,
  bClose: &#34;Close&#34;,
  saveData: &#34;Data has been changed! Save changes?&#34;,
  bYes : &#34;Yes&#34;,
  bNo : &#34;No&#34;,
  bExit : &#34;Cancel&#34;,
}, <br />{//add}, <br />{//del});</pre>
</div>
<pre class="code javascript"></pre>
</p>
<pre class="code javascript"><br /></pre>
]]></description>
        	        	<pubDate>Wed, 13 Oct 2010 22:34:30 +0300</pubDate>
        </item>
        <item>
        	<title>linchat on Dumb question about edit : {} Where to put?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dumb-question-about-edit-where-to-put#p20292</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dumb-question-about-edit-where-to-put#p20292</guid>
        	        	<description><![CDATA[<p>Dumb question, where does the below edit statement go? I have tried using it, and it has not effect on my document</p>
</p>
<p>Does it go in this section?</p>
<p>&#160;&#160;&#160; $("#toolbar").jqGrid({</p>
</p>
<p>Or</p>
<p>&#160;&#160;&#160; jQuery("#toolbar").jqGrid(&#39;navGrid&#39;, &#39;#ptoolbar&#39;, {</p>
</p>
<pre class="code javascript"><p>edit : {</p>
<p>addCaption: "Add Record",</p>
<p>editCaption: "Edit Record",</p>
<p>bSubmit: "Submit",</p>
<p>bCancel: "Cancel",</p>
<p>bClose: "Close",</p>
<p>saveData: "Data has been changed! Save changes?",</p>
<p>bYes : "Yes",</p>
<p>bNo : "No",</p>
<p>bExit : "Cancel",</p>
<p>},</p>
<br /></pre>
]]></description>
        	        	<pubDate>Wed, 13 Oct 2010 19:40:59 +0300</pubDate>
        </item>
</channel>
</rss>