<?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: Images in ToolBar IE 7 and 8</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/images-in-toolbar-ie-7-and-8</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/images-in-toolbar-ie-7-and-8/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Images in ToolBar IE 7 and 8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/images-in-toolbar-ie-7-and-8#p3275</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/images-in-toolbar-ie-7-and-8#p3275</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks will check this. But first - could you please define pure html table</p>
<p>and perform this operation - I feel that this is not jqGrid problem.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 26 Nov 2008 00:51:04 +0200</pubDate>
        </item>
        <item>
        	<title>JonAlberghini on Images in ToolBar IE 7 and 8</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/images-in-toolbar-ie-7-and-8#p3272</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/images-in-toolbar-ie-7-and-8#p3272</guid>
        	        	<description><![CDATA[<p>The following wiill display the toolbar button as no image in IE 7 and 8</p>
<p>With jqgrid 3.3.1</p>
<p>It display correct in Firefox</p>
<p>and the following doc type.</p>
<p>&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&#038;gt" rel="nofollow" target="_blank"><a href="http://www.w3.org/TR/xhtml1/DT" rel="nofollow">http://www.w3.org/TR/xhtml1/DT</a>.....o;&#038;gt</a>;<br />&#60;html xmlns=&#8221;<a href="http://www.w3.org/1999/xhtml&#8221;&#038;gt" rel="nofollow" target="_blank"><a href="http://www.w3.org/1999/xhtml&#038;r" rel="nofollow">http://www.w3.org/1999/xhtml&#038;r</a>.....o;&#038;gt</a>;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(&#8221;#interaction&#8221;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#8220;clientSide&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: 100,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;NS Id&#39;, &#39;NS&#39;, &#39;Int Id&#39;, &#39;Interaction&#39;, &#39;References&#39;],<br />&#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; {name:&#39;nutritional_supplement_id&#39;,index:&#39;nutritional_supplement_id&#39;, width:60, sorttype:"int"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;Nutritional Supplement&#39;,index:&#39;Nutritional Supplement&#39;, width:200},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;potential_interaction_id&#39;,index:&#39;potential_interaction_id&#39;, width:60, sorttype:"int"},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;Potential Interaction&#39;,index:&#39;Potential Interaction&#39;, width:200},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;References&#39;,index:&#39;References&#39;, width:200,sortable:false}<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; imgpath: &#39;include/grid/themes/sand/images/&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; toolbar:[true,"top"],<br />&#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; sortorder: &#39;desc&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#8220;Interaction Data&#8221;,<br />&#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; });</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#8221;#t_interaction&#8221;).append(&#8221;&#60;button type=&#39;button&#39; id=&#39;griDelete&#39; style=&#39;height:20px;font-size:-3;background-image:url(include/grid/themes/sand/images/row_delete.gif)&#39;&#62;&#60;/button&#62;&#8221;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#8221;#t_interaction&#8221;).append(&#8221;&#60;button type=&#39;button&#39; id=&#39;griEdit&#39; style=&#39;height:20px;font-size:-3;background-image:url(include/grid/themes/sand/images/row_edit.gif)&#39;&#62;&#60;/button&#62;&#8221;);</p>
]]></description>
        	        	<pubDate>Tue, 25 Nov 2008 20:46:24 +0200</pubDate>
        </item>
</channel>
</rss>