<?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: expand error after treeGrid reload</title>
	<link>http://www.trirand.com/blog/?page_id=393/treegrid/expand-error-after-treegrid-reload</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/treegrid/expand-error-after-treegrid-reload/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>lunatig on expand error after treeGrid reload</title>
        	<link>http://www.trirand.com/blog/?page_id=393/treegrid/expand-error-after-treegrid-reload#p21484</link>
        	<category>TreeGrid</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/treegrid/expand-error-after-treegrid-reload#p21484</guid>
        	        	<description><![CDATA[<p>I apologize if the problem is already solved. but I could not find solutions</p>
<p>After the table updates<br />using $ (&#39;# treegrid&#39;). trigger (&#39;reloadGrid&#39;);<br />&#160; open section is closed and no longer opens properly.<br />Only helps the full restart page.</p>
<p>first<br />1<br />--- 3<br />--- 4<br />--- 5<br />2</p>
<p>open sub-section (JSON)<br />1<br />--- 3<br />--- 4<br />--- 5<br />------ 6<br />------ 7<br />------ 8<br />2</p>
<p>and after the $ (&#39;# treegrid&#39;). trigger (&#39;reloadGrid&#39;);<br />1<br />--- 3<br />--- 4<br />--- 5<br />2</p>
<p>and then opening branches does not work</p>
</p>
<p>i tried&#160; setGridParam datatype JSON</p>
<p>no result.</p>
</p>
<p>&#160;jqueryGrid 3.82.</p>
<p>jQuery("#treegrid").jqGrid({<br />&#160;treeGrid: true,</p>
<p>&#160;treeGridModel: &#39;nested&#39;,<br />&#160;ExpandColumn : &#39;total&#39;,<br />&#160;url: &#39;module/json/tree_json.php&#39;,<br />&#160;datatype: "json",<br />&#160;mtype: "POST",<br />&#160;colNames:["id","name","","",""],<br />&#160;&#160;<br />&#160;colModel:[<br />&#160;&#160;{name:&#39;id&#39;,&#160;&#160; &#160;index:&#39;id&#39;, &#160;&#160;width:50,&#160; align:"center", key:true},<br />&#160;&#160;{name:&#39;descript&#39;,&#160;index:&#39;name&#39;, &#160;&#160;width:500, align:"left"},<br />&#160;&#160;{name:&#39;total&#39;,&#160;&#160;index:&#39;name&#39;, &#160;&#160;width:150, align:"center"},<br />&#160;&#160;{name:&#39;total_used&#39;,&#160;index:&#39;acc_num&#39;, &#160;width:150, align:"center"},<br />&#160;&#160;{name:&#39;chdate&#39;,&#160;&#160;index:&#39;acc_num&#39;, &#160;width:150, align:"center"}</p>
<p>&#160;],&#160;&#160; <br />&#160;<br />&#160;treeReader : {<br />&#160;&#160;&#160;&#160; level_field: "level",<br />&#160;&#160;&#160;&#160; left_field:"lef",<br />&#160;&#160;&#160;&#160; right_field: "rig",<br />&#160;&#160;&#160;&#160; leaf_field: "isLeaf",<br />&#160;&#160;&#160;&#160; expanded_field: "expanded"<br />&#160;},<br />&#160;<br />&#160;onSelectRow: &#160; function(id){rightclicid=id;},<br />&#160;onCellSelect:&#160; function(id){rightclicid=id;},<br />&#160;onRightClickRow: function(id){rightclicid=id;},<br />&#160;<br />&#160;rowNum:500,<br />&#160;altRows : true,</p>
<p>&#160;height:&#39;auto&#39;,<br />&#160;pager : "#ptreegrid",<br />&#160;jsonReader : {repeatitems: false},&#160;<br />&#160;toolbar: [true,"top"],<br />&#160;footerrow : true,<br />&#160;rownumbers: true,&#160;<br />&#160;loadonce:false,<br />&#160;multiselect: true,<br />&#160;multiselectWidth: 100,<br />&#160;prmNames:{oper:&#39;do&#39;,editoper:&#39;changeshowid&#39;},<br />&#160;caption: "Ð Ð°Ð·Ð´ÐµÐ»Ñ‹ ÑÐ°Ð¹Ñ‚Ð°"<br />});</p>
]]></description>
        	        	<pubDate>Wed, 29 Dec 2010 18:53:19 +0200</pubDate>
        </item>
</channel>
</rss>