<?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: Need to grey-out some boxes on multiselect</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect</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/need-to-grey-out-some-boxes-on-multiselect/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Need to grey-out some boxes on multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11466</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11466</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The same as here:</p>
<p><a href="http://www.trirand.com/blog/?page_id=393/help/disabling-checkbox-in-multiselecttrue-mode-for-a-specific-row-in-jqgrid" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....-in-jqgrid</a></p>
]]></description>
        	        	<pubDate>Wed, 04 Nov 2009 04:06:11 +0200</pubDate>
        </item>
        <item>
        	<title>rl9022 on Need to grey-out some boxes on multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11428</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11428</guid>
        	        	<description><![CDATA[<p>I&#39;m not sure how to answer that Tony.</p>
</p>
<p>My goal is to disable checkboxes based of the value of another cell in that row - so I will place the code wherever it has to be to make that happen.</p>
</p>
<p>I apologize if that&#39;s not a great answer but I&#39;m new to jqGrid and not sure if it should go in the grid or elsewhere.</p>
]]></description>
        	        	<pubDate>Mon, 02 Nov 2009 14:13:11 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Need to grey-out some boxes on multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11425</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11425</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I will ask again: Whare you put this code (or put it)?</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7224' value='Select Code' data-codeid='sfcode7224' /></p>
<div class='sfcode' id='sfcode7224'>if (Client == &#39;Client 3&#39;) { //disable checkbox }</div>
</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Mon, 02 Nov 2009 14:01:42 +0200</pubDate>
        </item>
        <item>
        	<title>rl9022 on Need to grey-out some boxes on multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11305</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11305</guid>
        	        	<description><![CDATA[<p>Tony,</p>
</p>
<p>On another thread Varun posted:</p>
</p>
<p style="padding-left: 30px;"><em><br /> </em></p>
<div id="post11244" style="padding-left: 30px;">
<p><em>I had to add this line in the setSelection method.</em></p>
<p><em>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</em></p>
<p><input type='button' class='sfcodeselect' name='sfselectit7606' value='Select Code' data-codeid='sfcode7606' /></p>
<div class='sfcode' id='sfcode7606'>if( $(&#8221;#jqg_&#8221;+pt[ 0 ].id).attr(&#8221;disabled&#8221;) ){<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; return;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }</div>
<p><em>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..</em></p>
<p><em>after these lines</em></p>
<p><input type='button' class='sfcodeselect' name='sfselectit7020' value='Select Code' data-codeid='sfcode7020' /></p>
<div class='sfcode' id='sfcode7020'>$t.p.selrow = selection;<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ia = $.inArray($t.p.selrow,$t.p.selarrrow);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if (&#160; ia === -1 ){<em> </em></div>
<p><input type='button' class='sfcodeselect' name='sfselectit1356' value='Select Code' data-codeid='sfcode1356' /></p>
<div class='sfcode' id='sfcode1356'><em>///////////////// Modified code here ???????????????????????????????</em></div>
<p><em>&#160;</em></p>
<p><em>&#160;&#160;&#160;&#160; <br /></em></p>
<p><em>&#8212;&#8211;</em></p>
<p><em>&#8212;-</em></p>
</p>
</div>
<p>I&#39;m still unclear on how to get that to something functional like:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8593' value='Select Code' data-codeid='sfcode8593' /></p>
<div class='sfcode' id='sfcode8593'>if (Client == &#39;Client 3&#39;) { //disable checkbox }</div>
]]></description>
        	        	<pubDate>Fri, 30 Oct 2009 08:25:08 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Need to grey-out some boxes on multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11293</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11293</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Where is this code?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 30 Oct 2009 07:45:29 +0200</pubDate>
        </item>
        <item>
        	<title>rl9022 on Need to grey-out some boxes on multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11199</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11199</guid>
        	        	<description><![CDATA[<p>found this by Arka Chatterjee on stackoverflow:</p>
</p>
<div class="post-text">
<p><em>Every checkbox has uniquie id which is combination of</em></p>
<p><em>&#8220;jqg_&#8221;+rowid &#8211; where the rowid is the id of the row.</em></p>
<p><em>You can use the following code to make it invisible</em></p>
<p><em>$("#jqg_Q391")..css("visibility", "hidden");</em></p>
<p style="padding-left: 30px;">&#160;</p>
<p>still not quite sure how to implement this into something like:</p>
<p style="padding-left: 30px;">&#160;</p>
<p>if (Client == &#39;Client 3&#39;) {</p>
<p style="padding-left: 30px;">disable checkbox</p>
<p>}</p>
<p style="padding-left: 30px;">&#160;</p>
<p>any ideas</p>
<p style="padding-left: 30px;">&#160;</p>
</div>
]]></description>
        	        	<pubDate>Wed, 28 Oct 2009 17:19:09 +0200</pubDate>
        </item>
        <item>
        	<title>rl9022 on Need to grey-out some boxes on multiselect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11181</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/need-to-grey-out-some-boxes-on-multiselect#p11181</guid>
        	        	<description><![CDATA[<p>Is it possible to grey-out (so they are not selectable) some boxes when using multiselect?</p></p>
]]></description>
        	        	<pubDate>Wed, 28 Oct 2009 09:07:07 +0200</pubDate>
        </item>
</channel>
</rss>