<?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: cellEdit Keyboard Navigaion doesn't work</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work</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/celledit-keyboard-navigaion-doesnt-work/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>zenixgrace on cellEdit Keyboard Navigaion doesn't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p26317</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p26317</guid>
        	        	<description><![CDATA[<p>yeahh i hope so..</p>
</p>
<p>but i believe jqGrid Team can fixed that soon..</p>
</p>
<p><img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /><img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /><img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /><img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /><img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Sat, 07 Apr 2012 16:41:42 +0300</pubDate>
        </item>
        <item>
        	<title>macboat on cellEdit Keyboard Navigaion doesn't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p26315</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p26315</guid>
        	        	<description><![CDATA[<p>I 2nd this, only jQuery 1.6.4 and prior version works. &#160;Hopefully we will see a solution soon?</p>
]]></description>
        	        	<pubDate>Sat, 07 Apr 2012 03:33:44 +0300</pubDate>
        </item>
        <item>
        	<title>zenixgrace on cellEdit Keyboard Navigaion doesn't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p26001</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p26001</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
</p>
<p>i try to debug with firebug..</p>
<p>i have some issue when $t.p.knv is show when click a row, seem like it&#39;s has a keydown function in jquery 1.6.4 but not in v1.7.0+</p>
</p>
<p>i think that code in grid.celledit.js is not work in v1.7.0+ :</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7085' value='Select Code' data-codeid='sfcode7085' /></p>
<div class='sfcode' id='sfcode7085'>&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; $(&#34;#&#34;+$t.p.knv)<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.focus()<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.keydown(function (e){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;kdir = e.keyCode;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if($t.p.direction == &#34;rtl&#34;) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if(kdir==37) { kdir = 39;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;else if (kdir==39) { kdir = 37; }<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;switch (kdir) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case 38:<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if ($t.p.iRow-1 &#62;0 ) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;scrollGrid($t.p.iRow-1,$t.p.iCol,&#39;vu&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$($t).jqGrid(&#34;editCell&#34;,$t.p.iRow-1,$t.p.iCol,false);<br />&#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;break;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case 40 :<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if ($t.p.iRow+1 &#60;=&#160; $t.rows.length-1) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;scrollGrid($t.p.iRow+1,$t.p.iCol,&#39;vd&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$($t).jqGrid(&#34;editCell&#34;,$t.p.iRow+1,$t.p.iCol,false);<br />&#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;break;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case 37 :<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if ($t.p.iCol -1 &#62;=&#160; 0) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;i = findNextVisible($t.p.iCol-1,&#39;lft&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;scrollGrid($t.p.iRow, i,&#39;h&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$($t).jqGrid(&#34;editCell&#34;,$t.p.iRow, i,false);<br />&#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;break;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case 39 :<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if ($t.p.iCol +1 &#60;=&#160; $t.p.colModel.length-1) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;i = findNextVisible($t.p.iCol+1,&#39;rgt&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;scrollGrid($t.p.iRow,i,&#39;h&#39;);<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$($t).jqGrid(&#34;editCell&#34;,$t.p.iRow,i,false);<br />&#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;break;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;case 13:<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;if (parseInt($t.p.iCol,10)&#62;=0 &#38;&#38; parseInt($t.p.iRow,10)&#62;=0) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$($t).jqGrid(&#34;editCell&#34;,$t.p.iRow,$t.p.iCol,true);<br />&#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;break;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;default :<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;return true;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}</div>
</p>
<p>CMIIW</p>
</p>
<p>is it a jqgrid bug or jquery bug?</p>
<p>i still don&#39;t understand..</p>
<p>hihihihihihi</p>
<p><img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/forum-smileys/sf-cry.gif" alt="Cry" /><img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/forum-smileys/sf-cry.gif" alt="Cry" /><img class="spSmiley" style="margin:0" title="Cry" src="/blog/wp-content/forum-smileys/sf-cry.gif" alt="Cry" /></p>
</p>
<p>Best regards,</p>
<p>zenixgrace</p></p>
]]></description>
        	        	<pubDate>Thu, 23 Feb 2012 10:30:34 +0200</pubDate>
        </item>
        <item>
        	<title>zenixgrace on cellEdit Keyboard Navigaion doesn't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p26000</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p26000</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
</p>
<p>i try to indenticate the problem with use ur suggestion (use only grid files and css)</p>
<p>but the result is same (navigation key isn&#39;t work)</p>
<p>i already found the problem.</p>
<p>the problem is the version in jquery.js</p>
<p>celledit navigation keys is not support in jquery 1.7 +, but work well in jquery 1.6.4 -</p>
</p>
<p>will it fix soon?</p>
</p>
<p>Best Regards,</p>
<p>zenixgrace</p>
]]></description>
        	        	<pubDate>Thu, 23 Feb 2012 07:16:08 +0200</pubDate>
        </item>
        <item>
        	<title>tony on cellEdit Keyboard Navigaion doesn't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p25964</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p25964</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>Try to solate the problem. I think it is in your content. Some things are with conflict. Please use only the grid files and css and then add the other in order to determine where is the problem.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 16 Feb 2012 08:32:17 +0200</pubDate>
        </item>
        <item>
        	<title>zenixgrace on cellEdit Keyboard Navigaion doesn't work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p25918</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/celledit-keyboard-navigaion-doesnt-work#p25918</guid>
        	        	<description><![CDATA[<p>Hi All,</p>
<p>I&#39;m not sure it&#39;s a bug or not</p>
<p>i use jqgrid 4.3.1 (last version)</p>
<p>i configure my grid using cellEdit option that is set true</p>
<p>when i use keyboard arrow key (up,left,down,right) it&#39;s not work</p>
<p>but when i use mouse click, it&#39;s work fine</p>
</p>
<p>here is my grid configuration</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9252' value='Select Code' data-codeid='sfcode9252' /></p>
<div class='sfcode' id='sfcode9252'>&#160;&#160;&#160; /***** Absence Grid *****/<br />&#160;&#160; &#160;var myGrid = $(&#39;#listTrAbsence&#39;).jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;url: trabsence_site_url + &#39;/listing&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;datatype: &#39;json&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;mtype: &#39;post&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;postData: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;date: $(&#39;#txtDate&#39;).val(),<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;div: $(&#39;#cboDivisi&#39;).val()<br />&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;colNames: [&#39;NIK&#39;,&#39;Name&#39;,&#39;Amount&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;colModel: [<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;trabsen_nik&#39;,index:&#39;trabsen_nik&#39;,hidden:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;trabsen_name&#39;,index:&#39;trabsen_name&#39;,width:645},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;trabsen_amount&#39;,index:&#39;trabsen_amount&#39;,width:135,align:&#39;right&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;formatter: &#39;integer&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;editable: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;editoptions: {align:&#39;right&#39;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;searchoptions: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;dataInit: function(el) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;$(el)<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;.keypress(function(e) {<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;if (!checkNumber(e)) return false;<br />&#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;.blur(function() {<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;if ($(el).val() != &#39;&#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; &#160;&#160;&#160; &#160;if ($(el).val() &#60;= 0)<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;&#160;&#160; &#160;&#160;&#160; &#160;$(el).val(0);<br />&#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;.css(&#39;text-align&#39;, &#39;right&#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; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;&#160;&#160; &#160;rowNum: 15,&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;rowList: [15,30,45,60],<br />&#160;&#160; &#160;&#160;&#160; &#160;pager: jQuery(&#39;#pListTrAbsence&#39;),<br />&#160;&#160; &#160;&#160;&#160; &#160;sortname: &#39;trabsen_name&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;height: 330,<br />&#160;&#160; &#160;&#160;&#160; &#160;viewrecords: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;sortorder: &#39;desc&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;cellEdit: true,<br />&#160;&#160; &#160;&#160;&#160; &#160;editurl:&#160; trabsence_site_url + &#39;/update&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;caption: &#39;Absences List&#39;<br />&#160;&#160; &#160;});<br />&#160;&#160; &#160;$(&#39;#listTrAbsence&#39;).jqGrid(&#39;navGrid&#39;,&#39;#pListTrAbsence&#39;,{edit:false,add:false,del:false,search:false});<br />&#160;&#160; &#160;$(&#39;#listTrAbsence&#39;).jqGrid(&#39;navButtonAdd&#39;,&#39;#pListTrAbsence&#39;,{id:&#39;toggle_listTrAbsence&#39;,caption:&#39;Toggle&#39;,title:&#39;Toggle Search Toolbar&#39;,buttonicon :&#39;ui-icon-pin-s&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;onClickButton:function(){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;myGrid[0].toggleToolbar()<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;});<br />&#160;&#160; &#160;$(&#39;#listTrAbsence&#39;).jqGrid(&#39;navButtonAdd&#39;,&#39;#pListTrAbsence&#39;,{id:&#39;clear_listTrAbsence&#39;,caption:&#39;Clear&#39;,title:&#39;Clear Search&#39;,buttonicon :&#39;ui-icon-radio-off&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;onClickButton:function(){<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;myGrid[0].clearToolbar()<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;}<br />&#160;&#160; &#160;});<br />&#160;&#160; &#160;$(&#34;#listTrAbsence&#34;).jqGrid(&#39;filterToolbar&#39;);</div>
<p>i look from the demo sample file, it&#39;s work fine</p>
<p>but when i try to use into my grid, the navigation key is not work.</p>
<p>am i have a wrong code?</p>
<p>Best Regards,</p>
<p>zenixgrace</p>
]]></description>
        	        	<pubDate>Fri, 10 Feb 2012 10:23:55 +0200</pubDate>
        </item>
</channel>
</rss>