<?xml version="1.0" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Error on expand with jqgrid 3.8.2</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/error-on-expand-with-jqgrid-3-8-2/</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Forum Version 4.1.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393&#038;treegrid&#038;error-on-expand-with-jqgrid-3-8-2&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>emmanuro06 on Error on expand with jqgrid 3.8.2</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/error-on-expand-with-jqgrid-3-8-2/#p21571</link>
	<category>TreeGrid</category>
	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/error-on-expand-with-jqgrid-3-8-2/#p21571</guid>
	<description><![CDATA[<p>Hello,</p>
<p>I update jqgrid of 3.6.5 to 3.8.2 and now when i expang my tree i have a error in IE :</p>
<p>Line&#160; : 84</p>
<p>Error : Exception up but not declar</p>
<br />
<p>$("#listBase").jqGrid({<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: "json",<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 250,<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: "&#60;html:rewrite forward=&#39;detailDeclaration&#39; /&#62;", <br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; postData:{action:"ajax", cleLST:cleLST, liste:&#39;base&#39;},<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;width: 600, <br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames:[<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160; &#160;"&#60;bean:message key=&#39;baws.declarant.compteur&#39;/&#62;",<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;"&#60;bean:message key=&#39;baws.declarant.montant&#39;/&#62;",<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;"id"<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel:[ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;compteur&#39;,index:&#39;compteur&#39;, width:250, sortable:false, resizable:false}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;montant&#39;,index:&#39;montant&#39;, width:100, align:&#39;right&#39;, sortable:false, resizable:false, formatter: &#39;number&#39;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;id&#39;,index:&#39;id&#39;, hidden:false,&#160; sortable:false, key:true}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;], <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;treeGrid: true,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;treeGridModel: &#39;adjacency&#39;,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;ExpandColumn : &#39;compteur&#39;, <br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;ExpandColClick: true,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;treeIcons:{<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;plus:&#39;ui-icon-circlesmall-plus&#39;,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;minus:&#39;ui-icon-circlesmall-minus&#39;,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;leaf:&#39;ui-icon-radio-off&#39;<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;onSelectRow: function(rowid) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;var treedata = $("#listBase").jqGrid(&#39;getRowData&#39;,rowid);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(treedata.isLeaf=="true") {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; // alert("test");<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;});</p>
<br />
<br />
<p>PS : Sorry for my english</p>
<br />
<p><img src="file:///D:/DOCUME%7E1/ROCA%7E1.EDS/LOCALS%7E1/Temp/moz-screenshot.png" alt="" /></p>
]]></description>
	<pubDate>Fri, 07 Jan 2011 16:52:59 +0000</pubDate>
</item>
</channel>
</rss>