<?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: jqGrid 3.4 beta 2</title>
	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2</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/releases/jqgrid-34-beta-2/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dunx on jqGrid 3.4 beta 2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4952</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4952</guid>
        	        	<description><![CDATA[<p>I&#39;ve added multiselect:true and multiboxonly:true, but the checkbox is still checked whenever I click anywhere on the row. This was working in beta 1, but I can&#39;t seem to get it to work with beta 2.</p>
<p>Any ideas?</p>
<p>On a possible plus, the onCellSelect does fire (you need to include the jquery.celledit.js to get this to work as that&#39;s where this function is included) although perhsps it won&#39;t when the above is resolved.</p>
<p>I did find it a bit confusing that there&#39;s both onCellSelect and onSelectCell functions.</p>
</p>
<p>UPD: I have it working. I think it was not including the correct version of jquery.base.js probably due to cachinf, so I deleted the file, reloaded my grid so it failed, re-uploaded the file and hey presto! it all works as expected.</p>
<p>Good work Tony.</p>
]]></description>
        	        	<pubDate>Wed, 25 Feb 2009 11:08:40 +0200</pubDate>
        </item>
        <item>
        	<title>virgil on jqGrid 3.4 beta 2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4596</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4596</guid>
        	        	<description><![CDATA[<p>Going to try this&#160;version.&#160;</p>
<p>Keep up the good work.</p>
<p>Thanks very much.</p>
]]></description>
        	        	<pubDate>Thu, 12 Feb 2009 23:45:19 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on jqGrid 3.4 beta 2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4343</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4343</guid>
        	        	<description><![CDATA[<p>That must have been it. I removed all traces of the copy of 3.3 and it worked fine. Thank you very much!</p>
]]></description>
        	        	<pubDate>Tue, 03 Feb 2009 20:11:05 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.4 beta 2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4307</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4307</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Be a sure that all the needed files are loaded including jquery.fmatter.js.</p>
<p>The beta release add thes as default, but if you use the old loader you should include these manually or upgarde the loader.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 03 Feb 2009 01:04:00 +0200</pubDate>
        </item>
        <item>
        	<title>cornbread on jqGrid 3.4 beta 2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4268</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4268</guid>
        	        	<description><![CDATA[<div id="commentbody-1749">
<p>I am unable to get the number or currency formatters working. Here is code:<br /> script:<br /> colModel :[<br /> ...<br /> {name:"price", formatter:&#39;currency&#39;, index:"price", width:80, align:&#39;right&#39;},<br /> ...<br /> ],</p>
<p>grid.locale-en.js is included:<br /> $.jgrid.formatter = {</p>
<p>&#8230;<br /> currency : {decimalSeparator:&#8221;.&#8221;, thousandsSeparator: &#8220;,&#8221;, decimalPlaces: 0, prefix: &#8220;$&#8221;, suffix:&#8221;", defaulValue: 0},<br /> &#8230;<br /> }</p>
<p>BTW Keep up the great work!</p>
</div>
]]></description>
        	        	<pubDate>Fri, 30 Jan 2009 18:28:24 +0200</pubDate>
        </item>
        <item>
        	<title>admin on jqGrid 3.4 beta 2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4171</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/jqgrid-34-beta-2#p4171</guid>
        	        	<description><![CDATA[<p>Hello All,<br />
Mainly this is a bug fix release, but it add some other things that must be done and promised.<br />
List of changes:</p>
<ul>
<li>jQuery 1.3.1 support</li>
<li>Tree grid support now Adjacency model</li>
<li>added to setLabel 4 parameter - attribute array to set atribute properties to element</li>
</ul>
<p>Corrected Bugs</p>
<ul>
<li>setCell - attribute fix</li>
<li>onSelectCell is raised instead of multiselect</li>
<li>corrected multiple bug and size properties of the select in cleateEl function</li>
<li>fixed bug in pager butuns when they have attr disabled</li>
<li>fixed bug in inline edit when edittype select</li>
<li>fixed bug in TreeGrid to support json</li>
<li>fixed bug in setRowData method in IE7 when jQuery 1.3.1 used</li>
<li>Code optimizations and other minor fixes</li>
</ul>
<p>At end of week I will publish a working examples with Tree Grid - xml and json support.<br />
Please post any bugs in the forum</p>
<p>Best Regards<br />
jqGrid Team</p>
]]></description>
        	        	<pubDate>Tue, 27 Jan 2009 04:16:23 +0200</pubDate>
        </item>
</channel>
</rss>