<?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: Locked row in grid.</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid</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/feature-request/locked-row-in-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Creativebyte on Locked row in grid.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid#p1271</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid#p1271</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Good to know, thanks. But if you could provide a one-shot function like lockRow() (maybe with an additional callback function when clicked (fpr displaying custom error messages) and a varaible for color) or something it would be great!</p>
<p>BR,<br />Creativebyte</p>
]]></description>
        	        	<pubDate>Sat, 26 Jul 2008 08:40:39 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Locked row in grid.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid#p1223</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid#p1223</guid>
        	        	<description><![CDATA[<p>This can be done easy when using afterInsertRow with combination of one hidden field. That is you can color the row this way</p>
<p>afterInsertRow : function(rowid, data) {</p>
<p>if (data.somefield == &#39;a&#39;) {</p>
<p>// color the row</p>
<p>$("#rowid","#mygrid").css("color","red")</p>
<p>...</p>
<p>}</p>
<p>}</p>
</p>
<p>In a hidden field you have value that the row is used - then you can disable the action on this row</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 23 Jul 2008 11:04:10 +0300</pubDate>
        </item>
        <item>
        	<title>Creativebyte on Locked row in grid.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid#p1221</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid#p1221</guid>
        	        	<description><![CDATA[<p>Hello Tony, Brad,</p>
<p>I would like to support this feature request but in a different matter. I use jqGrid on an administrative website that allows the administrator to change certain list values, add new ones, etc etc.</p>
<p>As you may know, changing settigns that are in use or even deleting them would cause a lot of problems, the smallest one that it is messing with the data that the user has entered.</p>
<p>So, I would like to have a possibility to lock certain rows (best of the best would be to do this based on a cell value, e.g. if the row "in use" has an "x" value) so that those can&#39;t be selected and maybe even colored in a different way.</p>
<p>At the moment I do this myself in the loadComplete function, but to have this as a standard feature would be great.</p>
<p>Thanks,</p>
<p>Creativebyte</p>
]]></description>
        	        	<pubDate>Wed, 23 Jul 2008 10:51:09 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Locked row in grid.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid#p1216</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid#p1216</guid>
        	        	<description><![CDATA[<p>Brad,</p>
<p>There is such way see examples New in version 3.1</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 23 Jul 2008 08:24:04 +0300</pubDate>
        </item>
        <item>
        	<title>brad8118 on Locked row in grid.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid#p1215</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/locked-row-in-grid#p1215</guid>
        	        	<description><![CDATA[<p>First off - Awesome work Tony.&#160;</p>
<p>Would it be able to add a second nav bar or a locked row to a grid.&#160; Im working a grid with numbers and would like to have a row that has the sum of the rows locked at the bottom.</p>
<p>Would it be possible to add a second nav bar to display these results. I suggest a nav bar because it can use its own CSS which would allow it to "stick out".&#160; The only down fall is that the items in the nav bar would notalign up with the other items.</p>
</p>
<p>Thanks</p>
<p>Brad</p></p>
]]></description>
        	        	<pubDate>Wed, 23 Jul 2008 08:13:27 +0300</pubDate>
        </item>
</channel>
</rss>