<?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: Disable Select Checkbox for a specific row</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/disable-select-checkbox-for-a-specific-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/disable-select-checkbox-for-a-specific-row/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Saran on Disable Select Checkbox for a specific row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/disable-select-checkbox-for-a-specific-row#p7941</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/disable-select-checkbox-for-a-specific-row#p7941</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>I wrote following code and it worked.</p>
<p>$("#jqg_"+id, "#Subscriber_Grid").attr("disabled",true);</p>
</p>
<p>Thanks</p>
<p>Saran</p>
]]></description>
        	        	<pubDate>Tue, 21 Jul 2009 13:50:08 +0300</pubDate>
        </item>
        <item>
        	<title>Saran on Disable Select Checkbox for a specific row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/disable-select-checkbox-for-a-specific-row#p7939</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/disable-select-checkbox-for-a-specific-row#p7939</guid>
        	        	<description><![CDATA[<p>Hi Tony</p>
</p>
<p>&#160;&#160;&#160; Thanks for your reply. I have id of the row in the variable id</p>
</p>
<p>&#160;&#160;&#160; so I tried</p>
<p>$("#id"+" #jqg_"+id,&#39;#Subscriber_Grid&#39;).attr("readonly",true); and i also tried</p>
<p>$("#rowid"+" #jqg_"+id,&#39;#Subscriber_Grid&#39;).attr("readonly",true);</p>
<p>both of them didn&#39;t work.</p>
</p>
<p>Thanks</p>
<p>Saran</p></p>
]]></description>
        	        	<pubDate>Tue, 21 Jul 2009 11:18:04 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Disable Select Checkbox for a specific row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/disable-select-checkbox-for-a-specific-row#p7913</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/disable-select-checkbox-for-a-specific-row#p7913</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If you know the id of the row you can do:</p>
<p>$("#rowid"+ " #jqg_"+rowid, &#39;#mygrid&#39;).attr("readonly",true);</p>
<p>or remove it</p>
<p>$("#rowid"+ " #jqg_"+rowid, &#39;#mygrid&#39;).remove();</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 20 Jul 2009 11:08:52 +0300</pubDate>
        </item>
        <item>
        	<title>Saran on Disable Select Checkbox for a specific row</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/disable-select-checkbox-for-a-specific-row#p7875</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/disable-select-checkbox-for-a-specific-row#p7875</guid>
        	        	<description><![CDATA[<p>Hi Guys,</p>
<p>I have enabled the select option by using Multiselect:true, is it possible to disable the select (checkbox) in specific rows based on some criteria?</p>
<p>Any help appreciated.</p>
</p>
<p>Thanks</p>
<p>&#160;&#160;&#160;</p>
]]></description>
        	        	<pubDate>Thu, 16 Jul 2009 13:27:22 +0300</pubDate>
        </item>
</channel>
</rss>