<?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: colModel cellattr function parameters do not agree with documented order</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/colmodel-cellattr-function-parameters-do-not-agree-with-documented-order-1</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/bugs/colmodel-cellattr-function-parameters-do-not-agree-with-documented-order-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ANightCoder on colModel cellattr function parameters do not agree with documented order</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/colmodel-cellattr-function-parameters-do-not-agree-with-documented-order-1#p25837</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/colmodel-cellattr-function-parameters-do-not-agree-with-documented-order-1#p25837</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>Just a quick follow-up on my previous message.&#160; After a little more testing, I find the reported problem with the out-of-order colModel:cellattr function parameters occurs when adding rows.&#160; The problem does <em><strong>not</strong></em> occur when sorting rows!!&#160;</p>
<p>That is, after calling &#39;addRowData&#39;, the parameters passed to the colModel:cellattr function have &#39;rowId&#39; as the third parameter and &#39;rawObject&#39; as the first parameter...</p>
<p>After clicking on a grid column header to sort a column, the parameters passed to the colModel:cellattr function are in the order specified in the on-line documentation - &#39;rowId&#39; as the first parameter and &#39;rawObject&#39; as the third parameter.</p>
<p>Please note: in both cases, adding rows and sorting columns, the &#39;rdata&#39; parameter is a boolean value.&#160; This value does not appear to agree with the on-line documentation&#39;s description of the parameter.</p>
<p>Hope this helps and thanks again...</p>
<p>Best,</p>
</p>
<p>Brian</p></p>
]]></description>
        	        	<pubDate>Mon, 30 Jan 2012 00:50:55 +0200</pubDate>
        </item>
        <item>
        	<title>ANightCoder on colModel cellattr function parameters do not agree with documented order</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/colmodel-cellattr-function-parameters-do-not-agree-with-documented-order-1#p25836</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/colmodel-cellattr-function-parameters-do-not-agree-with-documented-order-1#p25836</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>Many thanks for your prompt response.&#160; Please find attached a short description of the issue and, as &#39;proof&#39; an image of the Visual Studio 2010 debugger showing the function parameter values...</p>
<p>Thanks again to you and your associates for a terrific job on jqGrid!!</p>
<p>Best,</p>
<p>Brian</p>
<p>Re: jqGrid v4.1.1 - 2011-06-19</p>
<p>On-line documentation for colModel option: cellattr lists:</p>
<p>&#160;- rowId as the first parameter</p>
<p>&#160;- rawObject as the third parameter</p>
<p>&#160;- rdata as the last parameter and describes it as &#39;the data row which will be inserted in the row&#39;</p>
<p>When I make a jqGrid and debug the parameters passed to the cellattr function:</p>
<p>&#160;- the first parameters is a JavaScript object</p>
<p>&#160;- the third parameter is a rowId</p>
<p>&#160;- the last parameter is the boolean value: true</p>
</p>
<p>Which is correct, the documentation or the v4.1.1 code?&#160; If the documentation is correct is a code fix available in a later jqGrid release or is a fix scheduled for release?</p>
<p>Many thanks in advance for your help!!</p>
<p>Brian</p>
</p>
<p><a href="http://dev-pharmacy.dfci.harvard.edu/DrugApp/cellattr_issue.jpg"><img src="http://dev-pharmacy.dfci.harvard.edu/DrugApp/cellattr_issue.jpg" width="100"  class="sfimageleft spUserImage" alt="cellattr issue" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
]]></description>
        	        	<pubDate>Sun, 29 Jan 2012 21:20:43 +0200</pubDate>
        </item>
        <item>
        	<title>tony on colModel cellattr function parameters do not agree with documented order</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/colmodel-cellattr-function-parameters-do-not-agree-with-documented-order-1#p25829</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/colmodel-cellattr-function-parameters-do-not-agree-with-documented-order-1#p25829</guid>
        	        	<description><![CDATA[<p>Hello Brian,</p>
<p>Sorry for my mystake. I have deleted not the right post.</p>
<p>Also, please post it again.</p>
<p>Sorry.</p>
</p>
<p>Tony</p>
</p>
<p>P.S. I appeciate your description &#8211; Thank you, but just to know that only speaking that some feature work not as you expected</p>
<p>should be proof</p>
]]></description>
        	        	<pubDate>Sat, 28 Jan 2012 11:56:10 +0200</pubDate>
        </item>
        <item>
        	<title>ANightCoder on colModel cellattr function parameters do not agree with documented order</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/colmodel-cellattr-function-parameters-do-not-agree-with-documented-order-1#p25828</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/colmodel-cellattr-function-parameters-do-not-agree-with-documented-order-1#p25828</guid>
        	        	<description><![CDATA[</p>
<p>Just added a topic (with the same name as this one) to the &#39;Discussion&#39; forum.&#160; Since it describes what might be a bug it probably belongs in the &#39;Bugs&#39; forum.</p>
</p>
<p>Sorry for the confusion...</p>
</p>
<p>Brian</p></p>
]]></description>
        	        	<pubDate>Sat, 28 Jan 2012 01:17:53 +0200</pubDate>
        </item>
</channel>
</rss>