<?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: Latest August 1st, 2009 release causes missing icon</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/latest-august-1st-2009-release-causes-missing-icon</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/latest-august-1st-2009-release-causes-missing-icon/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Latest August 1st, 2009 release causes missing icon</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/latest-august-1st-2009-release-causes-missing-icon#p8346</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/latest-august-1st-2009-release-causes-missing-icon#p8346</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Very strange.</p>
<p>From which directory you copy the ui.jqgrid.css? - See this:</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>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 07 Aug 2009 00:03:50 +0300</pubDate>
        </item>
        <item>
        	<title>tnesham on Latest August 1st, 2009 release causes missing icon</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/latest-august-1st-2009-release-causes-missing-icon#p8337</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/latest-august-1st-2009-release-causes-missing-icon#p8337</guid>
        	        	<description><![CDATA[<p>I switched over to <span class="date">August 1st, 2009 3.5 version and the Find Records icon disappeared.I changed nothing else but used new </span></p>
<p><strong></strong>ui.jqgrid.css and jquery.jqGrid.min.js. Code below. Any ideas?</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit332' value='Select Code' data-codeid='sfcode332' /></p>
<div class='sfcode' id='sfcode332'>&#60;script type="text/javascript"&#62;<br />&#160;&#160;&#160; var chessWindow;<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; jQuery(document).ready(function(){<br />&#160;&#160;&#160; &#160;&#160;&#160; jQuery("#list2").jqGrid(<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; { url:&#39;&#60;%=myurl.toString() %&#62;/chessGames&#39;, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; datatype: "json", <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; mtype: &#39;POST&#39;,<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; colNames:[&#39;White&#39;,&#39;ELO&#39;, &#39;Black&#39;,&#39;ELO&#39;, &#39;Result&#39;, &#39;ECO&#39;, &#39;Event&#39;, &#39;Site&#39;, &#39;Date&#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;white&#39;,index:&#39;white&#39;, width:90, align:"left"},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;white_elo&#39;,index:&#39;white_elo&#39;, width:65, align:"center"}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;black&#39;,index:&#39;black&#39;, width:80,align:"left"}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;black_elo&#39;,index:&#39;black_elo&#39;, width:65,align:"center"},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;result&#39;,index:&#39;result&#39;, width:80,align:"center"},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;eco&#39;,index:&#39;eco&#39;, width:45, align:"center"},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;event&#39;,index:&#39;event&#39;, width:160, align:"center"}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;site&#39;,index:&#39;site&#39;, width:160, align:"left"}, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;event_date&#39;,index:&#39;event_date&#39;, width:80, align:"right"} <br />&#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; ondblClickRow: function(id) { <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; //alert("id="+id);<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; chessWindow = window.open( "&#60;%=myurl.toString() %&#62;/chessexplorer.htm?CVOID="+id, "Chess Explorer",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; "left=20,top=20,width=700,height=700,toolbar=1,resizable=0");<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; },<br />&#160;&#160;&#160; &#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; &#160;&#160;&#160; autowidth: true, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rownumbers: true, <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; rowList:[10,20,30], <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; pager: jQuery(&#39;#pager2&#39;), <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; sortname: &#39;white&#39;, <br />&#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; sortorder: "desc",<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; caption:"Chess Games" }).navGrid(&#39;#pager2&#39;,{edit:false,add:false,del:false,search:true,refresh:true},<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;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; );<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; }); <br />&#160;&#160;&#160; &#60;/script&#62;</div>
]]></description>
        	        	<pubDate>Thu, 06 Aug 2009 19:37:58 +0300</pubDate>
        </item>
</channel>
</rss>