<?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: ts.grid is undefined when hiddengrid: true on 3.6.2</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/tsgrid-is-undefined-when-hiddengrid-true-on-362</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/tsgrid-is-undefined-when-hiddengrid-true-on-362/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on ts.grid is undefined when hiddengrid: true on 3.6.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/tsgrid-is-undefined-when-hiddengrid-true-on-362#p14428</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/tsgrid-is-undefined-when-hiddengrid-true-on-362#p14428</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>These</p>
<p>&#160;gridstate: &#39;hidden&#39;, // Initial state == hidden<br />&#160;hiddengrid: true, // FIXME: fails on jqGrid 3.6.2..</p>
<p>have the same thing and you should not set them together.</p>
<p>The right is to set only</p>
<p>hiddengrid: true</p>
</p>
<p>gridstate is used internally to determine the state of the grid.</p>
<p>Also do you have updated the language file and the CSS file?</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 08:22:55 +0200</pubDate>
        </item>
        <item>
        	<title>pruiz on ts.grid is undefined when hiddengrid: true on 3.6.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/tsgrid-is-undefined-when-hiddengrid-true-on-362#p14414</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/tsgrid-is-undefined-when-hiddengrid-true-on-362#p14414</guid>
        	        	<description><![CDATA[<p>Tried again downloading all jqgrid components, but it still fails.</p>
</p>
<p>Also I&#39;ve tried with chrome and it shows a different error message: "Uncaught TypeError: Cannot read property &#39;hDiv&#39; of undefined"</p>
<p>...</p>
]]></description>
        	        	<pubDate>Sat, 30 Jan 2010 22:57:01 +0200</pubDate>
        </item>
        <item>
        	<title>tony on ts.grid is undefined when hiddengrid: true on 3.6.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/tsgrid-is-undefined-when-hiddengrid-true-on-362#p14126</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/tsgrid-is-undefined-when-hiddengrid-true-on-362#p14126</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please verify that all your needed JS files are loaded. To do this you can use FireBug Net tab.</p>
<p>ts.grid mean that something is missed from the package. Also be a sure you have downloaded all the needed module,</p>
<p>following this instructions</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:download" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....i:download</a></p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....to_install</a></p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 22 Jan 2010 10:27:06 +0200</pubDate>
        </item>
        <item>
        	<title>pruiz on ts.grid is undefined when hiddengrid: true on 3.6.2</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/tsgrid-is-undefined-when-hiddengrid-true-on-362#p14070</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/tsgrid-is-undefined-when-hiddengrid-true-on-362#p14070</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>After upgrading to 3.6.2 from 3.5 some of my grid stoped working and &#39;<span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch  opened">ts.grid is undefined&#39; started to appear on firebug&#39;s console.</span></p>
<p>Here is an example code failing:</p>
<p>$("#childs-grid").jqGrid({<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; url: &#39;/ListUrl&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colModel: [<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; { name: &#39;Id&#39;, width: 5, align: &#39;center&#39;, hidden: true, editable: false },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; { name: &#39;AccountCode&#39;, width: 15, align: &#39;center&#39;, editable: true, editrules: { required: true} },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; { name: &#39;Credit&#39;, width: 15, align: &#39;right&#39;, editable: false },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; { name: &#39;Disabled&#39;, width: 15, align: &#39;center&#39;, editable: true, edittype: &#39;checkbox&#39; },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; { name: &#39;Disabled Since&#39;, index: &#39;DisabledSince&#39;, width: 15, align: &#39;center&#39;, editable: false },<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; { name: &#39;Notes&#39;, width: 100, align: &#39;left&#39;, editable: true }<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; ],<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; align: &#39;center&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; gridstate: &#39;hidden&#39;, // Initial state == hidden<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; hiddengrid: true, // FIXME: fails on jqGrid 3.6.2..<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowNum: 10,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; height: false,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; caption: &#39;Business units list&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; create: true,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; altRows: true, // Alternate colors between rows..<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#childs-pager&#39;)<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; });</p>
]]></description>
        	        	<pubDate>Wed, 20 Jan 2010 02:59:11 +0200</pubDate>
        </item>
</channel>
</rss>