<?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: Refactored  based upon latest install documentation and lost ability to reorder columns.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/refactored-based-upon-latest-install-documentation-and-lost-ability-to-reorder-columns</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/help/refactored-based-upon-latest-install-documentation-and-lost-ability-to-reorder-columns/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>cmmagid on Refactored  based upon latest install documentation and lost ability to reorder columns.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/refactored-based-upon-latest-install-documentation-and-lost-ability-to-reorder-columns#p14506</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/refactored-based-upon-latest-install-documentation-and-lost-ability-to-reorder-columns#p14506</guid>
        	        	<description><![CDATA[<p>I found the err.&#160;&#160; Appears to be a documentation glitch</p>
<p>The how to install url:&#160; <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>With the following sample code:</p>
<pre class="code html4strict">&#60;http://december.com/html/4/element/link.html<br /><br /></pre>
<pre id="line14">    &#60;!-- This jQuery UI library is needed only for the code tabs, not needed by the grid per se --&#62;<br />    &#60;script src="<a href="/blog/view-source:http:/www.trirand.net/js/jquery-ui-1.7.1.custom.min.js" target="_blank">../../../js/jquery-ui-1.7.1.custom.min.js</a>" type="text/javascript"&#62;&#60;/script&#62;    </pre>
<p>taken individually and together implied to me that <a href="/view-source:http:/www.trirand.net/js/jquery-ui-1.7.1.custom.min.js" target="_blank">jquery-ui-1.7.2.custom.min.js</a> was not needed for the grid examples.</p>
<pre class="code html4strict">
But in order to do the column reordering I found it necessary to add that package.<br /><br />Thanks,<br /><br />Charles Magid<br /></pre>
]]></description>
        	        	<pubDate>Tue, 02 Feb 2010 21:56:26 +0200</pubDate>
        </item>
        <item>
        	<title>cmmagid on Refactored  based upon latest install documentation and lost ability to reorder columns.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/refactored-based-upon-latest-install-documentation-and-lost-ability-to-reorder-columns#p14498</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/refactored-based-upon-latest-install-documentation-and-lost-ability-to-reorder-columns#p14498</guid>
        	        	<description><![CDATA[<p>I was able to reorder jqGrid columns, but not after refactoring.&#160; &#160;</p>
<p>Here is my header</p>
<p>&#160; &#60;head&#62;<br />&#160;&#160;&#160; &#60;meta http-equiv="content-type" content="text/html;charset=UTF-8" /&#62;<br />&#160;&#160;&#160; &#60;title&#62;Trials: &#60;%= controller.action_name %&#62;&#60;/title&#62;<br />&#160;&#160;&#160; &#60;%= stylesheet_link_tag &#39;scaffold&#39; %&#62;<br />&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" media="screen" href="stylesheets/smoothness/jquery-ui-1.7.2.custom.css" /&#62;<br />&#160;&#160;&#160; &#60;link rel="stylesheet" type="text/css" media="screen" href="stylesheets/ui.jqgrid.css" /&#62;<br />&#160;&#160;&#160; &#60;style&#62;<br />&#160;&#160;&#160;&#160;&#160; html, body {<br />&#160;&#160; &#160;margin: 0;<br />&#160;&#160; &#160;padding: 0;<br />&#160;&#160; &#160;font-size: 75%;<br />&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; &#60;/style&#62;<br />&#160;&#160;&#160; &#60;script src="javascripts/jquery-1.3.2.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script src="javascripts/i18n/grid.locale-en.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script src="javascripts/jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;/head&#62;</p>
<p>Showing the inclusion of sortable option</p>
<p>....jqGrid({<br />....<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; gridview : true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; sortorder: "asc", <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; caption:"Advanced Searching",<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortable: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; autowidth: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 350<br />&#160;&#160; &#160;&#160;&#160; &#160;});</p>
<p>Any and all assistance is greatly appreciated.</p>
]]></description>
        	        	<pubDate>Tue, 02 Feb 2010 19:41:12 +0200</pubDate>
        </item>
</channel>
</rss>