<?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: Theme Problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/theme-problem</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/theme-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jarrod on Theme Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/theme-problem#p8246</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/theme-problem#p8246</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I seem to have the same problem. I have tried everything you suggested but still do not get the correct style or images loading. I am using the trunk version of MonoRail.</p>
</p>
<p>Is there any information I could provide you with that would help us solve this problem?</p>
</p>
<p>Regards,</p>
<p>Jarrod</p>
]]></description>
        	        	<pubDate>Tue, 04 Aug 2009 11:21:34 +0300</pubDate>
        </item>
        <item>
        	<title>lance123 on Theme Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/theme-problem#p8091</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/theme-problem#p8091</guid>
        	        	<description><![CDATA[<p>Hi&#160;tnesham,</p>
</p>
<p>That is fantastic! &#160;I have been banging my head against this for a few days now and that sorted it beautifully 😉</p>
</p>
<p>Thanks once again I am looking forward to using this,</p>
</p>
<p>Lance</p>
]]></description>
        	        	<pubDate>Tue, 28 Jul 2009 08:43:15 +0300</pubDate>
        </item>
        <item>
        	<title>tnesham on Theme Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/theme-problem#p8086</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/theme-problem#p8086</guid>
        	        	<description><![CDATA[<blockquote>
<p>lance123 said:</p>
<p>Hi Tony,</p>
</p>
<p>Thanks very much for the reply. &#160;I added this mod, but I am still getting no caption header graphic or nice style to the grid.</p>
</p>
<p>I have tried all sorts of changes to the dependencies. &#160;Any further tips would be really appreciated. &#160;ps changing the&#160;&#160;imgpath:</p>
</p>
<p>seems to do nothing, the pager div is unaffected?</p>
</p>
<p>Regards,</p>
</p>
<p>Lance</p>
</blockquote>
<hr />
<p>I just started looking at this grid this weekend and I had a similar problem. What I finally noticed is how version 3.5 is different in this area from previous versions. This version is using the Jquery UI.</p>
<p>It seems you are mixing older CSS.&#160; If you look at this: <a href="http://www.trirand.com/blog/?page_id=393/bugs/double-post-on-cell-edit" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....-cell-edit</a></p>
<p>You can see the correct CSS and JS links. Get rid of yours and paste those in your page. After that works (and it did for me), then find the files and copy to your web server and fix you link references.</p>
<p>(Note: when copy pasting, make sure your double-quotes are correct ascii double-quotes; do search and replace.</p>
<p>So &#8220; becomes ")</p>
<p>(also, watch out for cutting off &#60;/script&#62; )</p>
<p>The last "gotcha" is the images location. If your CSS is at webroot/css then your images need to be at webroot/css/images. The images can be found in the same location as the other files, or <a href="http://www.trirand.com/jqgrid35/themes/redmond/" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgrid3" rel="nofollow">http://www.trirand.com/jqgrid3</a>.....s/redmond/</a></p>
<p>The thing about this to keep in mind is that the image files and jquery-ui-1.7.1.custom.css make up a unique theme. You cannot use a different jquery-ui-1.7.1.custom.css with different images because jquery-ui-1.7.1.custom.css refers to *those* images, while a different jquery-ui-1.7.1.custom.css can refer to different images <strong>depending on the theme</strong>.</p></p>
]]></description>
        	        	<pubDate>Tue, 28 Jul 2009 06:38:24 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Theme Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/theme-problem#p8052</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/theme-problem#p8052</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It seems that some css are not loaded. Please use FireBug and ensure that all the css files are loaded&#160;</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 27 Jul 2009 03:19:07 +0300</pubDate>
        </item>
        <item>
        	<title>lance123 on Theme Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/theme-problem#p7989</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/theme-problem#p7989</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
</p>
<p>Thanks very much for the reply. &#160;I added this mod, but I am still getting no caption header graphic or nice style to the grid.</p>
</p>
<p>I have tried all sorts of changes to the dependencies. &#160;Any further tips would be really appreciated. &#160;ps changing the&#160;&#160;imgpath:</p>
</p>
<p>seems to do nothing, the pager div is unaffected?</p>
</p>
<p>Regards,</p>
</p>
<p>Lance</p>
]]></description>
        	        	<pubDate>Thu, 23 Jul 2009 07:55:31 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Theme Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/theme-problem#p7948</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/theme-problem#p7948</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try with this:</p>
</p>
<p>.....</p>
<p>&#60;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; href=&#8221;jqgrid/jquery-ui/css/ui-lightness/jquery-ui-1.7.2.custom.css&#8221; /&#62;</p>
<p>&#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>
<pre class="code html4strict"><span class="sc2">&#60;style&#62;</span>
html, body {
    margin: 0;
    padding: 0;
    font-size: 75%;
}&#160;</pre>
<p>&#60;<span class="sy0">/style</span>&#62;</p>
<p>&#60;script src=&#8221;jqgrid/js/jquery-1.3.2.min.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;</p>
</p>
<p>&#60;script src=&#8221;jqgrid/jquery-ui/js/jquery-ui-1.7.2.custom.min.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;</p>
</p>
<p>&#60;script src=&#8221;jqgrid/js/grid.locale-en.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;</p>
<p>&#60;script src=&#8221;jqgrid/js/jquery.jqGrid.min.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;</p>
<p>....</p>
]]></description>
        	        	<pubDate>Wed, 22 Jul 2009 01:19:42 +0300</pubDate>
        </item>
        <item>
        	<title>lance123 on Theme Problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/theme-problem#p7932</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/theme-problem#p7932</guid>
        	        	<description><![CDATA[<p>Hi To All,</p>
<p>I am trying to get the version 3.5 beta version up and going. &#160;I am having trouble with the theme &#160;looking wrong. &#160;(text is wrong size, not table header and the cells don&#39;t look like the theme they just have a line around them.) &#160;Is it the way I am trying to reference the dependencies? &#160;Have I missed a dependency? &#160;I tried to follow the install.txt on github. &#160;Thanks for any help, Lance</p>
</p>
<p>&#60;html&#62;</p>
<p>&#60;head&#62;</p>
<p>&#60;title&#62;jqGrid Demo&#60;/title&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="jqgrid/css/themes/coffee/grid.css" /&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="jqgrid/css/themes/jqModal.css" /&#62;</p>
</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="jqgrid/jquery-ui/css/ui-lightness/jquery-ui-1.7.2.custom.css" /&#62;</p>
<p>&#60;script src="jqgrid/jquery-ui/js/jquery-ui-1.7.2.custom.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
</p>
<p>&#60;link rel="stylesheet" type="text/css" media="screen" href="jqgrid/css/ui.jqgrid.css" /&#62;</p>
</p>
<p>&#60;script src="jqgrid/js/jquery-1.3.2.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script src="jqgrid/js/jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;</p>
</p>
<p>&#60;script src="jqgrid/js/grid.locale-en.js" type="text/javascript"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript"&#62;</p>
<p>jQuery(document).ready(function(){&#160;</p>
<p>&#160;&#160;jQuery("#list").jqGrid({</p>
<p>&#160;&#160; &#160;url:&#39;testJqgrid.php&#39;,</p>
<p>&#160;&#160; &#160;datatype: &#39;xml&#39;,</p>
<p>&#160;&#160; &#160;mtype: &#39;GET&#39;,</p>
<p>&#160;&#160; &#160;colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Notes&#39;],</p>
<p>&#160;&#160; &#160;colModel :[&#160;</p>
<p>&#160;&#160; &#160; &#160;{name:&#39;invid&#39;, index:&#39;invid&#39;, width:55},&#160;</p>
<p>&#160;&#160; &#160; &#160;{name:&#39;invdate&#39;, index:&#39;invdate&#39;, width:90},&#160;</p>
<p>&#160;&#160; &#160; &#160;{name:&#39;amount&#39;, index:&#39;amount&#39;, width:80, align:&#39;left&#39;},&#160;</p>
<p>&#160;&#160; &#160; &#160;{name:&#39;tax&#39;, index:&#39;tax&#39;, width:80, align:&#39;left&#39;},&#160;</p>
<p>&#160;&#160; &#160; &#160;{name:&#39;total&#39;, index:&#39;total&#39;, width:80, align:&#39;left&#39;},&#160;</p>
<p>&#160;&#160; &#160; &#160;{name:&#39;note&#39;, index:&#39;note&#39;, width:150, sortable:true} ],</p>
<p>&#160;&#160; &#160;pager: jQuery(&#39;#pager&#39;),</p>
<p>&#160;&#160; &#160;rowNum:10,</p>
<p>&#160;&#160; &#160;rowList:[10,20,30],</p>
<p>&#160;&#160; &#160;sortname: &#39;id&#39;,</p>
<p>&#160;&#160; &#160;sortorder: "desc",</p>
<p>&#160;&#160; &#160;viewrecords: true,</p>
<p>&#160;&#160; &#160;imgpath: &#39;jqgrid/css/themes/coffee/images&#39;,</p>
<p>&#160;&#160; &#160;caption: &#39;My first grid&#39;</p>
<p>&#160;&#160;});&#160;</p>
<p>});&#160;</p>
<p>&#60;/script&#62;</p>
<p>&#60;/head&#62;&#160;</p>
<p>&#60;body&#62;&#160;</p>
<p>&#60;table id="list" cellpadding="0" cellspacing="0" &#160;class="scroll"&#62;&#60;/table&#62;&#160;</p>
<p>&#60;div id="pager" class="scroll" style="text-align:center;"&#62;&#60;/div&#62;&#160;</p>
<p>&#60;/body&#62;&#160;</p>
<p>&#60;/html&#62;</p>
]]></description>
        	        	<pubDate>Mon, 20 Jul 2009 22:09:36 +0300</pubDate>
        </item>
</channel>
</rss>