<?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: beforeShowForm</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/beforeshowform</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/beforeshowform/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on beforeShowForm</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/beforeshowform#p16958</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/beforeshowform#p16958</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You can grab the latest version (see wht is new in 3.6.5)</p>
<p>then suppose you grid has a id = "mygrid".</p>
<p>To disable the editbutton and action just do this.</p>
</p>
<p>$("#edit_mygrid").addClass("ui-state-disable");</p>
</p>
<p>Look here</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....:navigator</a></p>
<p>I have updated the docs</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 06 May 2010 14:46:40 +0300</pubDate>
        </item>
        <item>
        	<title>shah on beforeShowForm</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/beforeshowform#p16778</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/beforeshowform#p16778</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I have to implement a logic on the grid where the user is not allowed to add after COB so do not show the add form, here is the logic</p>
</p>
<p>beforeShowForm: function (formid)	{</p>
<p>if (isPastCOB()) {</p>
<p>alert("Not allowed");</p>
<p>} else {</p>
<p>...continue processing</p>
<p>}</p>
</p>
<p>&#160;however how do i stop the grid from displaying the form?</p>
</p>
<p>Thanks a lot,</p>
<p>Shah</p>
]]></description>
        	        	<pubDate>Wed, 28 Apr 2010 23:29:51 +0300</pubDate>
        </item>
</channel>
</rss>