<?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: hide confirmation box when delete row</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/hide-confirmation-box-when-delete-row</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/hide-confirmation-box-when-delete-row/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on hide confirmation box when delete row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-confirmation-box-when-delete-row#p2048</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-confirmation-box-when-delete-row#p2048</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>When adding custom buttons, they can be added at first or</p>
<p>at last position. See docs</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 16 Sep 2008 02:43:56 +0300</pubDate>
        </item>
        <item>
        	<title>Tommy1402 on hide confirmation box when delete row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-confirmation-box-when-delete-row#p2036</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-confirmation-box-when-delete-row#p2036</guid>
        	        	<description><![CDATA[<p>What about the positioning of the custom button?</p>
</p>
<p>I created a custom delete button, with the exact image. But the position si at the most right.</p>
<p>How can I position it so it is placed in the original delete button?</p>
<p>thanks</p>
]]></description>
        	        	<pubDate>Sun, 14 Sep 2008 23:39:26 +0300</pubDate>
        </item>
        <item>
        	<title>tony on hide confirmation box when delete row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-confirmation-box-when-delete-row#p1996</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-confirmation-box-when-delete-row#p1996</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Define your custom button for this purpose. It will be more easy.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 11 Sep 2008 05:17:36 +0300</pubDate>
        </item>
        <item>
        	<title>Tommy1402 on hide confirmation box when delete row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/hide-confirmation-box-when-delete-row#p1993</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/hide-confirmation-box-when-delete-row#p1993</guid>
        	        	<description><![CDATA[<p>I configure in jqGrid table that some row cant be deleted.</p>
<p>so, I put in navgrid: beforeShowForm. that if the ID = 1, will popup an</p>
<p>alert box "row 1 is readonly". then return false in that function.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4851' value='Select Code' data-codeid='sfcode4851' /></p>
<div class='sfcode' id='sfcode4851'>beforeShowForm : function(formid) { <br />&#160; var id = jQuery("#myGrid").getGridParam(&#39;selrow&#39;);<br />&#160; if(id == 1) {</div>
<p><input type='button' class='sfcodeselect' name='sfselectit1976' value='Select Code' data-codeid='sfcode1976' /></p>
<div class='sfcode' id='sfcode1976'>&#160;&#160;&#160; alert("data is readonly");</div>
<p><input type='button' class='sfcodeselect' name='sfselectit349' value='Select Code' data-codeid='sfcode349' /></p>
<div class='sfcode' id='sfcode349'>&#160;&#160;&#160; return false;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit5393' value='Select Code' data-codeid='sfcode5393' /></p>
<div class='sfcode' id='sfcode5393'>&#160; }<br />}</div>
</p>
<p>The problem is, the deletion confirmation box keep showing eventhough I have return false. Any help?</p>
]]></description>
        	        	<pubDate>Thu, 11 Sep 2008 03:14:17 +0300</pubDate>
        </item>
</channel>
</rss>