<?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: Resizing  grid  not  works.</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works</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/resizing-grid-not-works/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Resizing  grid  not  works.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p13366</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p13366</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It seems that you do not have included in the download the grid.jqueryui.js file. Check this box in the download manager. It is at bottom.</p>
<p>Some othe note. You do not need to include the src code if you have already included the jqGrid min file. This will cause a lot of problems maybe.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 28 Dec 2009 14:41:35 +0200</pubDate>
        </item>
        <item>
        	<title>newuser on Resizing  grid  not  works.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p13357</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p13357</guid>
        	        	<description><![CDATA[<p>I don&#39;t mean to hijack this thread but I am having a similar problem trying to resize my grid. And I think I have the wrong order in which I load the scripts. I have not been able to figure out what order these scripts should come in by following the documentation. I am using 3.6.2 I get an error msg from firebug saying uncaught exception: jqgrid &#8211; no such method: gridResize</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1490' value='Select Code' data-codeid='sfcode1490' /></p>
<div class='sfcode' id='sfcode1490'>jQuery(&#8221;#s4list&#8221;).jqGrid({<br />&#160;&#160; &#160;<a href="/blog/&#39;jqgrid/search_adv.php?q=1&#39;" target="_blank">url:&#39;jqgrid/search_adv.php?q=1&#39;</a>,<br />&#160;datatype: &#8220;json&#8221;,<br />&#160;width: 500,<br />&#160;&#160; &#160;colNames:[&#39;Store&#39;,&#39;Business Unit&#39;, &#39;SKU Count&#39;, &#39;Date&#39;],<br />&#160;&#160; &#160;colModel:[<br />&#160;&#160; &#160;&#160;{name:&#39;Store&#39;,index:&#39;store_number&#39;, width:65, searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;]}},<br />&#160;&#160; &#160;&#160;{name:&#39;Businness Unit&#39;,index:&#39;bu&#39;, width:80, align:&#8221;right&#8221;,searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;]}},<br />&#160;&#160;{name:&#39;SKU Count&#39;,index:&#39;item_count&#39;, width:80,align:&#8221;right&#8221;,searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;]}},<br />&#160;&#160; &#160;&#160;{name:&#39;Date&#39;,index:&#39;datetime&#39;, width:90, align:&#8221;right&#8221;,searchoptions:{sopt:[&#39;eq&#39;,&#39;ne&#39;,&#39;lt&#39;,&#39;le&#39;,&#39;gt&#39;,&#39;ge&#39;]}},<br />&#160;&#160; &#160;],<br />&#160;&#160; &#160;rowNum:10,<br />&#160;&#160; &#160;mtype: &#8220;POST&#8221;,<br />&#160;&#160; &#160;rowList:[10,20,30],<br />&#160;&#160; &#160;pager: &#39;#s4pager&#39;,<br />&#160;&#160; &#160;sortname: &#39;store_number&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;rownumbers: true,<br />&#160;gridview : true,<br />&#160;&#160;&#160; sortorder: &#8220;desc&#8221;,<br />&#160;&#160;&#160; caption:&#8221;SKU Count of stores databases&#8221;<br />});<br />jQuery(&#8221;#s4list&#8221;).jqGrid(&#39;navGrid&#39;,&#39;#s3pager&#39;,<br />{<br />&#160;edit:false,add:false,del:false,search:true,refresh:true<br />},<br />{}, // edit options<br />{}, // add options<br />{}, //del options<br />{multipleSearch:true} // search options<br />);<br />jQuery(&#8221;#s4list&#8221;).jqGrid(&#39;gridResize&#39;,{minWidth:350,maxWidth:800,minHeight:100, maxHeight:350});</div>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9149' value='Select Code' data-codeid='sfcode9149' /></p>
<div class='sfcode' id='sfcode9149'>
<p><input type='button' class='sfcodeselect' name='sfselectit7934' value='Select Code' data-codeid='sfcode7934' /></p>
<div class='sfcode' id='sfcode7934'>&#160;&#60;head&#62;</div>
<p>&#60;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; href=&#8221;jqgrid/css/ui-lightness/jquery-ui-1.7.2.custom.css&#8221; /&#62;<br />&#60;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; href=&#8221;jqgrid/css/ui.jqgrid.css&#8221; /&#62;</p>
<p>&#160;&#60;script src=&#8221;jqgrid/js/jquery.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#60;script src=&#8221;jqgrid/js/jquery.layout.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#60;script src=&#8221;jqgrid/js/i18n/grid.locale-en.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#60;script src=&#8221;jqgrid/development-bundle/ui/ui.core.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#60;script src=&#8221;jqgrid/development-bundle/ui/ui.resizable.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#60;script src=&#8221;jqgrid/js/jquery.jqGrid.min.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#60;script src=&#8221;jqgrid/js/jquery-ui-1.7.2.custom.min.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.base.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.common.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62; <br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.formedit.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.inlinedit.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.celledit.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.subgrid.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.treegrid.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.custom.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.postext.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.tbltogrid.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62; <br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.setcolumns.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/grid.import.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/jquery.fmatter.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/JsonXml.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#60;script src=&#8221;jqgrid/src/jquery.searchFilter.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;</p>
<p>&#160;&#160;&#160;&#160; &#60;/head&#62;</p>
</div>
<p><input type='button' class='sfcodeselect' name='sfselectit9335' value='Select Code' data-codeid='sfcode9335' /></p>
<div class='sfcode' id='sfcode9335'>
<p><input type='button' class='sfcodeselect' name='sfselectit2834' value='Select Code' data-codeid='sfcode2834' /></p>
<div class='sfcode' id='sfcode2834'>
<p><input type='button' class='sfcodeselect' name='sfselectit3289' value='Select Code' data-codeid='sfcode3289' /></p>
<div class='sfcode' id='sfcode3289'> &#60;body&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit4200' value='Select Code' data-codeid='sfcode4200' /></p>
<div class='sfcode' id='sfcode4200'>&#60;table id=&#8221;s4list&#8221; &#62;&#60;/table&#62;<br />&#60;div id=&#8221;s4pager&#8221; {margin:0px;} &#62;&#60;/div&#62;<br />&#60;script src=&#8221;jqgrid/js/search4.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;</div>
<p><input type='button' class='sfcodeselect' name='sfselectit2964' value='Select Code' data-codeid='sfcode2964' /></p>
<div class='sfcode' id='sfcode2964'>&#60;/body&#62; </div>
<p>&#160;</p>
</div>
</div>
]]></description>
        	        	<pubDate>Sun, 27 Dec 2009 07:40:33 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Resizing  grid  not  works.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p12952</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p12952</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This maybe occur if you have build the minified file using ant. I will check this.</p>
<p>Also if you use the download manager the first file is grid.base.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 13 Dec 2009 16:44:49 +0200</pubDate>
        </item>
        <item>
        	<title>turya on Resizing  grid  not  works.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p12919</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p12919</guid>
        	        	<description><![CDATA[<p>I think the "$.jgrid.extend is not a function" error may be due to your imports being in the wrong order.&#160;</p>
</p>
<p>grid.jqueryui.js should come after <span class="attribute-value">jquery.jqGrid.min.js (since that sets up the $.jgrid namespace)<br /></span></p>
<p>&#160; <strong></strong><strong></strong></p>
]]></description>
        	        	<pubDate>Fri, 11 Dec 2009 02:07:14 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Resizing  grid  not  works.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p12163</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p12163</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Setting this</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8164' value='Select Code' data-codeid='sfcode8164' /></p>
<div class='sfcode' id='sfcode8164'>
<p>&#60;script<span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript"</span> &#62;</p>
<pre id="line55">$.jgrid.no_legacy_api = true;<br />&#60;/script&#62;<br /></pre>
</div>
<p>Will cause to use the following convention</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1452' value='Select Code' data-codeid='sfcode1452' /></p>
<div class='sfcode' id='sfcode1452'>$("#mygrid").jqGrid("setGridWidth",800);</div>
<p>But not this</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4445' value='Select Code' data-codeid='sfcode4445' /></p>
<div class='sfcode' id='sfcode4445'>$("#mygrid").setGridWidth(800);</div>
<p>Also please carfully the docs what you should do when you use this flag<br />In you page you have mixed call - some the old way , some the new.<br />Convert your calls to the new way or turn off this flag.<br />Best Regards<br />Tony</p>
]]></description>
        	        	<pubDate>Thu, 19 Nov 2009 04:33:31 +0200</pubDate>
        </item>
        <item>
        	<title>donovan68 on Resizing  grid  not  works.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p12135</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p12135</guid>
        	        	<description><![CDATA[<p>&#160;&#160; Thanks&#160; ,</p>
<p>Really&#160;&#160; I&#160; add&#160;&#160; in&#160; the&#160;&#160; &#60;head&#62;&#160; tag&#160;&#160; these&#160; scripts&#160;&#160; need :</p>
<pre id="line55">&#60;<span class="start-tag">script</span><span class="attribute-name"> src</span>=<span class="attribute-value">"js/jquery.jqGrid.js" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>&#62;&#60;/<span class="end-tag">script</span>&#62;
</pre>
<pre id="line55">&#60;<span class="start-tag">script</span><span class="attribute-name"> src</span>=<span class="attribute-value">"js/grid.jqueryui.js" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>&#62;&#60;/<span class="end-tag">script</span>&#62;
&#60;<span class="start-tag">script</span><span class="attribute-name"> src</span>=<span class="attribute-value">"js/jquery.jqGrid.min.js" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>&#62;&#60;/<span class="end-tag">script</span>&#62; 
&#60;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript"</span>&#62;
  	$.jgrid.no_legacy_api = true;
&#60;/<span class="end-tag">script</span>&#62;
  however   when  I   load  this  webpage ,  with  the  datagrid  and  menu   together  --</pre>
<pre>    http://87.106.105.47:8084/osis/OSIS/jQuery_Grid.html   </pre>
<pre>  and   I  try   the  resizing  grid ,  my   Firebug   reports   following    error  : </pre>
<pre>"  $.jgrid.extend is not a function<br />http://87.106.105.47:8084/osis/OSIS/js/grid.jqueryui.js<br />Line 404 "   </pre>
<pre> Notice  that   it  can   resize   first   grid  only   loaded.     </pre>
<pre>                 Djalma Bina. </pre>
]]></description>
        	        	<pubDate>Wed, 18 Nov 2009 13:10:43 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Resizing  grid  not  works.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p12005</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p12005</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks.</p>
<p>In order to work this you should</p>
<p>1. Be a sure that when you download the grid you marked the last item in the selection &#8211; jQuiery UI addons. The easy way to check this is when you open the jquery.jqGrid.min.js file and look in the Modules row at the beggining &#8211; the <strong>grid.jqueryui.js</strong>&#160; should be present.</p>
<p>2. Be a sure that you have inluded the jQuery UI and and the version you have include the resizable widget. Look into the documentation what jQuery UI widgets you need.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 16 Nov 2009 23:07:13 +0200</pubDate>
        </item>
        <item>
        	<title>donovan68 on Resizing  grid  not  works.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p11991</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-not-works#p11991</guid>
        	        	<description><![CDATA[<p>&#160; Hi ,</p>
<p>I&#39;m&#160; working&#160; with&#160;&#160; XML&#160; datagrid&#160;&#160;view&#160;&#160; showing&#160;&#160;&#160;newspaper&#160; articles&#160;&#160; and&#160; now</p>
<p>&#160;added&#160; the&#160; some&#160; 3.6&#160; new&#160; version&#160;&#160; features&#160; likes&#160; as "Resizing&#160; grid" however&#160; this&#160;</p>
<p>&#160;function&#160; not&#160; works&#160;&#160; in&#160; my&#160; code below&#160;:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7147' value='Select Code' data-codeid='sfcode7147' /></p>
<div class='sfcode' id='sfcode7147'>jQuery(document).ready(<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(&#39;#list&#39;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;records.xml&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Id&#39;,&#39;Headline&#39;, &#39;body&#39;, &#39;NewsItemURL&#39;, &#39;PublicationDate&#39;, &#39;MediaName&#39;, &#39;DataSource&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#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;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Id&#39;, index: &#39;Id&#39;, width: 5, hidden: true, editable: false, xmlmap: "Id",align:&#39;right&#39;,editoptions:{readonly:true,size:5}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Headline&#39;, index: &#39;Headline&#39;, width: 50,align: &#39;right&#39;,editable: true,editoptions:{size:10}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;body&#39;, index: &#39;body&#39;, width: 100, xmlmap:&#39;body&#39;,editable: true,edittype:"textarea",editoptions:{rows:"10",cols:"20"}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;NewsItemURL&#39;, index: &#39;NewsItemURL&#39;, width: 100, editable: true, xmlmap: &#39;NewsItemURL&#39;,align: &#39;right&#39;,formatter:&#39;link&#39;,editoptions:{size:50}},&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;PublicationDate&#39;, index: &#39;PublicationDate&#39;, width: 50, editable: true, xmlmap: &#39;PublicationDate&#39;, align: &#39;right&#39;, formatter: &#39;date&#39;,editoptions:{size:10}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;MediaName&#39;, index: &#39;MediaName&#39;,width: 50,editable: true,xmlmap: &#39;MediaName&#39;, align: &#39;right&#39;,editoptions:{size:50}},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;DataSource&#39;, index: &#39;DataSource&#39;,width: 50,editable: true,xmlmap: &#39;DataSource&#39;, align: &#39;right&#39;,editoptions:{size:10}}<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; rownumbers: true,&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: jQuery(&#39;#pager&#39;),<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;Id&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: &#39;desc&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlReader: { <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root: &#39;Items&#39;,&#160;&#160;&#160;&#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;&#160;&#160;&#160;&#160;&#160; row: &#39;Item&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; id: &#39;Id&#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; width: 600, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height:230, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;XML News&#39;,&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; editurl: "records.xml"&#160;<br />&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160; }).navGrid(&#39;#pager&#39;, { edit: true, add: true, del: false });&#160;&#160;&#160; <br />&#160;&#160; jQuery(&#8221;#list&#8221;).jqGrid(&#39;gridResize&#39;,{minWidth:350,maxWidth:800,minHeight:80, maxHeight:350}); <br />});&#160;&#160;&#160;&#160;&#160;&#160;</div>
<p>&#160;&#160;&#160; I&#160; would&#160; like&#160; to&#160; report&#160; it&#160;&#160; as&#160; a&#160; bug&#160;&#160; however&#160;&#160; I&#39;m&#160; not&#160; sure&#160;&#160; of &#160;some&#160; mistake&#160; in&#160; the&#160; code.</p>
<p>&#160;&#160;&#160; thanks.&#160; &#160;</p>
]]></description>
        	        	<pubDate>Mon, 16 Nov 2009 12:28:49 +0200</pubDate>
        </item>
</channel>
</rss>