<?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.6: error with columnChooser</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser</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/jqgrid-36-error-with-columnchooser/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>SimonL on jqGrid 3.6: error with columnChooser</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12593</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12593</guid>
        	        	<description><![CDATA[<p>Thanks Tony, I hadn&#39;t read this, the mistake I made was defining the column choose as follows:</p>
</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(gridSelector).jqGrid(&#39;navButtonAdd&#39;, &#39;#pager&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "Columns",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; title: "Reorder Columns",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onClickButton: function() { jQuery(<strong>#pager</strong>).columnChooser(null); }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
</p>
<p>when of course it should have been this:</p>
</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(gridSelector).jqGrid(&#39;navButtonAdd&#39;, &#39;#pager&#39;,<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "Columns",<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; title: "Reorder Columns",<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onClickButton: function() { jQuery(<strong>gridSelector</strong>).columnChooser(null); }<br /> &#160;&#160;&#160;&#160;&#160;&#160;&#160; });</p>
</p>
<p>And of course to get the nice multi select dialog I also needed to include the ui.multiselect.js and ui.multiselect.css files.</p>
<p>Thanks for pointing me in the right direction - all working brilliantly now.</p>
</p>
<p>On a very minor point, aren&#39;t the ok and cancel buttons the wrong way round on the multi select dialog. All other dialog boxes in windows with western style (left to right languages) the buttons are &#60;OK&#62; &#60;Cancel&#62;. The multiselect dialog appears &#60;Cancel&#62; &#60;OK&#62;.</p>
</p>
<p>Thanks again for your help.</p>
</p>
<p>Regards,</p>
<p>Simon</p>
]]></description>
        	        	<pubDate>Mon, 30 Nov 2009 16:11:21 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.6: error with columnChooser</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12575</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12575</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please read this carfully from the beggining to the end.</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:jquery_ui_methods#column_chooser" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....mn_chooser</a></p>
<p>I think this ia installation problem.</p>
<p>Best Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Mon, 30 Nov 2009 12:44:00 +0200</pubDate>
        </item>
        <item>
        	<title>SimonL on jqGrid 3.6: error with columnChooser</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12529</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12529</guid>
        	        	<description><![CDATA[</p>
<p>Hi Tony,</p>
</p>
<p>I&#39;m now using the jquery.jqgrid.min (3.6.1) I picked every option for download. But when I click on the column chooser button firebug gives me the error &#39;G is undefined&#39;.</p>
</p>
<p>This is my grid definition:</p>
</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#g_stock&#39;).jqGrid({<br />&#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;&#160;&#160;&#160; &#39;Primary Image&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Id&#39;, &#39;Artist ID&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;MediumID&#39;, &#39;SourceID&#39;, &#39;StockOwnerID&#39;, &#39;ClientID&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Artist&#39;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Description&#39;,<br />&#160;&#160;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Medium&#39;, &#39;Category&#39;, &#39;Source&#39;, &#39;Owner&#39;, &#39;Client&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Cost Price&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Ticket Price&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Sold Price&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Sold&#39;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#39;Signed&#39;, &#39;Location&#39;, &#39;ArtistName&#39;, &#39;Artist Relevant Dates&#39;, &#39;Artist Biography&#39;<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;&#160;&#160; colModel: [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: {searchhidden:true}, name: &#39;jqPrimaryImage&#39;, search: false, sortable: false, hidden: false, index: &#39;jqPrimaryImage&#39;, width: 110, align: &#39;center&#39; },</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;Id&#39;, search: false, sortable: false, hidden: true, index: &#39;Id&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;ArtistID&#39;, search: false, sortable: false, hidden: true, index: &#39;ArtistID&#39;, width: 40, align: &#39;left&#39; },</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;MediumID&#39;, search: false, sortable: false, hidden: true, index: &#39;MediumID&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;SourceID&#39;, search: false, sortable: false, hidden: true, index: &#39;SourceID&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;StockOwnerID&#39;, search: false, sortable: false, hidden: true, index: &#39;StockOwnerID&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;ClientID&#39;, search: false, sortable: false, hidden: true, index: &#39;ClientID&#39;, width: 40, align: &#39;left&#39; },</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;ArtistProperName&#39;, search: true, sortable: true, hidden: false, index: &#39;ArtistProperName&#39;, width: 80, align: &#39;left&#39;, stype: "text" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;Description&#39;, search: true, sortable: true, hidden: false, index: &#39;Description&#39;, width: 100, align: &#39;left&#39;, stype: "text" },</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;Medium&#39;, search: true, sortable: true, hidden: true, index: &#39;Medium&#39;, width: 40, align: &#39;left&#39;, stype: "text" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;Category&#39;, search: true, sortable: true, hidden: true, index: &#39;Category&#39;, width: 40, align: &#39;left&#39;, stype: "text" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;Source&#39;, search: true, sortable: true, hidden: true, index: &#39;Source&#39;, width: 60, align: &#39;left&#39;, stype: "text" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;StockOwner&#39;, search: true, sortable: true, hidden: true, index: &#39;StockOwner&#39;, width: 60, align: &#39;left&#39;, stype: "text" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;Client&#39;, search: true, sortable: true, hidden: true, index: &#39;Client&#39;, width: 60, align: &#39;left&#39;, stype: "text" },</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;CostPrice&#39;, search: true, sortable: true, hidden: false, index: &#39;CostPrice&#39;, width: 40, align: &#39;right&#39;, stype: "text", formatter: &#39;currency&#39;, formatoptions: { thousandsSeparator: ","} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;TicketPrice&#39;, search: true, sortable: true, hidden: false, index: &#39;TicketPrice&#39;, width: 40, align: &#39;right&#39;, stype: "text", formatter: &#39;currency&#39;, formatoptions: { thousandsSeparator: ","} },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;SoldPrice&#39;, search: true, sortable: true, hidden: false, index: &#39;SoldPrice&#39;, width: 40, align: &#39;right&#39;, stype: "text", formatter: &#39;currency&#39;, formatoptions: { thousandsSeparator: ","} },</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;Sold&#39;, search: true, sortable: true, hidden: false, index: &#39;Sold&#39;, width: 35, align: &#39;center&#39;, stype: "bool", formatter: &#39;checkbox&#39; },</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;Signed&#39;, search: true, sortable: true, hidden: true, index: &#39;Signed&#39;, width: 35, align: &#39;center&#39;, stype: "bool", formatter: &#39;checkbox&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;Location&#39;, search: true, sortable: true, hidden: true, index: &#39;Location&#39;, width: 40, align: &#39;left&#39;, stype: "text" },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;ArtistName&#39;, search: false, sortable: false, hidden: true, index: &#39;ArtistName&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;ArtistDates&#39;, search: false, sortable: false, hidden: true, index: &#39;ArtistDates&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { searchoptions: { searchhidden: true }, name: &#39;Artist Biography&#39;, search: true, sortable: false, hidden: true, index: &#39;Comments&#39;, width: 40, align: &#39;left&#39;, stype: "text" }</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;/Admin/Stock/GetListData/&#39;,<br />&#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; pager: "#pager",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 5,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;ArtistName&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: "asc",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "Stock",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; footerrow: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; userDataOnFooter: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: &#39;auto&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: &#39;/Scripts/themes/ui-darkness/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonReader: {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root: "Rows",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page: "Page",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; total: "Total",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; records: "Records",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; repeatitems: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; userdata: "UserData",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; id: "Id"<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; loadui: "block",<br />&#160;&#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;&#160; rowNum: 10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; toolbar: [true, "top"]<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }).navGrid(<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "#pager",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; refresh: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; edit: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; add: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; del: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; search: true<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // edit options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // add options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {}, // del options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; // search options<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; multipleSearch: true<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160; );</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#g_stock&#39;).jqGrid(&#39;navButtonAdd&#39;, &#39;#pager&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160; {&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "Columns",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; title: "Reorder Columns",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onClickButton: function() { jQuery("#pager").jqGrid(&#39;columnChooser&#39;); } <br />&#160;&#160;&#160;&#160;&#160;&#160; });</p>
</p>
<p>Thanks,</p>
</p>
<p>Regards,</p>
<p>Simon</p></p>
]]></description>
        	        	<pubDate>Fri, 27 Nov 2009 10:45:36 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.6: error with columnChooser</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12515</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12515</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>We do not have &#160; { include: true, incfile:&#39;grid.multiselect.js&#39;},</p>
<p>but</p>
<p><strong>&#160; { include: true, incfile:&#39;ui.multiselect.js&#39;}</strong></p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 27 Nov 2009 04:49:56 +0200</pubDate>
        </item>
        <item>
        	<title>SimonL on jqGrid 3.6: error with columnChooser</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12467</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12467</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
</p>
<p>I&#39;m also having trouble with column chooser. When I click on the column chooser button I get the error "G is not defined". When I downloaded 3.6.1 I chose everything. I&#39;m not using the minified version (jquery.jqgrid.min.js) I&#39;m using the loader. Here are the modules I&#39;m loading:</p>
</p>
<p>&#160;&#160;&#160; var modules = [<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;i18n/grid.locale-en.js&#39;}, // jqGrid translation<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.base.js&#39;}, // jqGrid base<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.common.js&#39;}, // jqGrid common for editing<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.formedit.js&#39;}, // jqGrid Form editing<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.inlinedit.js&#39;}, // jqGrid inline editing<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.celledit.js&#39;}, // jqGrid cell editing<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.subgrid.js&#39;}, //jqGrid subgrid<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.treegrid.js&#39;}, //jqGrid treegrid<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.custom.js&#39;}, //jqGrid custom <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.postext.js&#39;}, //jqGrid postext<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.tbltogrid.js&#39;}, //jqGrid table to grid <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.setcolumns.js&#39;}, //jqGrid setcolumns<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.import.js&#39;}, //jqGrid import<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;jquery.fmatter.js&#39;}, //jqGrid formater<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;JsonXml.js&#39;}, //xmljson utils<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.jqueryui.js&#39;}, //jQuery UI utils<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;jquery.searchFilter.js&#39;}, // search Plugin<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.postext.js&#39;}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.DnR.js&#39;}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.Modal.js&#39;}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; { include: true, incfile:&#39;grid.multiselect.js&#39;}<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; ];</p>
<p>Regards,</p>
<p>Simon</p>
]]></description>
        	        	<pubDate>Thu, 26 Nov 2009 04:08:14 +0200</pubDate>
        </item>
        <item>
        	<title>Meenakshi on jqGrid 3.6: error with columnChooser</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12449</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12449</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I am too having the same problem. I check my jquery.jqGrid.min.js and it has grid.jqueryui.js as a module.</p>
<p>I downloaded the 3.6.1 version and getting &#8220;<span class="objectBox objectBox-errorMessage hasTwisty ">jqGrid &#8211; No such method: columnChooser&#8221; error. Same apply to column sorter also.<br /></span></p>
<p>Any help will be greatly appreciated.</p>
</p>
<p>Thanks</p>
<p>Meenakshi</p>
]]></description>
        	        	<pubDate>Wed, 25 Nov 2009 12:42:46 +0200</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.6: error with columnChooser</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12044</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p12044</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>When you download the grid be a sure that you mark grid.jqueryui.js. Also you can check if this is available if you open the jquery.jqGrid.min.js file and look which modules are included in the download.</p>
<p>Best Rgerads</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 17 Nov 2009 02:11:23 +0200</pubDate>
        </item>
        <item>
        	<title>novogeek on jqGrid 3.6: error with columnChooser</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p11959</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-36-error-with-columnchooser#p11959</guid>
        	        	<description><![CDATA[<p>Hi folks,</p>
<p>I&#39;m using jqGrid 3.5 in my ASP.NET project and am really happy about it. Today I tried to upgrade to jqGrid 3.6 and tried to add &#39;columnChooser&#39; method. The grid got rendered fine and displayed results as in jqGrid 3.5. However, the new methods are not getting applied. On click of columnChooser button, I&#39;m getting the below exception:</p>
<p>"uncaught exception: jqGrid - No such method: columnChooser".</p>
<p>I tried to see the source in jquery.jqGrid.min.js and somehow found that the new methods are commented. I&#39;ve tried to uncomment the code, but still no luck.</p>
<p>In fact, I&#39;m not able to use any of the new methods and getting similar error. Am I missing something?</p>
</p>
<p>Regards,</p>
<p>Krishna.</p>
<p><a href="http://www.novogeek.com" rel="nofollow" target="_blank">http://www.novogeek.com</a></p>
]]></description>
        	        	<pubDate>Sun, 15 Nov 2009 07:25:34 +0200</pubDate>
        </item>
</channel>
</rss>