<?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: Method to call add/edit/delete button in the nav bar</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/method-to-call-addeditdelete-button-in-the-nav-bar</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/bugs/method-to-call-addeditdelete-button-in-the-nav-bar/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dhubenov on Method to call add/edit/delete button in the nav bar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/method-to-call-addeditdelete-button-in-the-nav-bar#p8980</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/method-to-call-addeditdelete-button-in-the-nav-bar#p8980</guid>
        	        	<description><![CDATA[<p>krisreddy,</p>
<p>Have a look at <a title="form editing" href="/jqgridwiki/doku.php?id=wiki:form_editing" target="_blank">the wiki</a> .</p>
<p>In short - if you need a link to open a form to edit a row, just make it like this:</p>
</p>
<p>&#60;a href"javascript:jQuery<span class="br0">(&#39;</span><span class="st0"><strong>#grid_id</strong>&#39;</span><span class="br0">)</span>.<span class="me1">editGridRow</span><span class="br0">(</span> <strong>rowid</strong><span class="sy0">,</span> {<strong>properties</strong>} <span class="br0">)</span>;"&#62;<strong>link text</strong>&#60;/a&#62;</p>
<p>Where:<br /><span class="st0"><strong>#grid_id - </strong>the </span>id attribute of the grid holder (&#60;div&#62;),<br /><strong>rowid </strong>- the id of the row to be edited <br />&#160; tip: you can find currently selected one with jQuery<span class="br0">(&#39;</span><span class="st0"><strong>#grid_id</strong>&#39;</span><span class="br0">).</span>getGridParam(&#39;selrow&#39;);<br /><strong>properties </strong>- you can just copy them from .navGrid()</p>
<p>If you need further help, just ask <img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
]]></description>
        	        	<pubDate>Wed, 26 Aug 2009 13:07:11 +0300</pubDate>
        </item>
        <item>
        	<title>krisreddy on Method to call add/edit/delete button in the nav bar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/method-to-call-addeditdelete-button-in-the-nav-bar#p8959</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/method-to-call-addeditdelete-button-in-the-nav-bar#p8959</guid>
        	        	<description><![CDATA[<p>Hi,.</p>
<p>I have read through the doumentation, but could not find anything.</p>
<p>Is there a method so that I can call the add/edit/delete buttons present in the navgrid externally from a link or a button</p>
</p>
<p>Thanks,</p>
</p>
<p>Kris</p>
</p>
<p>Sorry about posting this in the wrong place.</p>
]]></description>
        	        	<pubDate>Tue, 25 Aug 2009 12:35:49 +0300</pubDate>
        </item>
</channel>
</rss>