<?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: jqGrid + blueprint</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint</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/jqgrid-blueprint/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid + blueprint</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p11025</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p11025</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. I think I have the jqGrid to work with blueprint.css, but it seems that this is not true.</p>
<p>I will test this and let you known.</p>
<p>This is only my opinion - instead that many people use blueprint.css I think that the concept of this is little inconsistent with other frameworks. Attaching properties at low level is not good approach IMHO. I think that other freameworks have the same problem too.</p>
<p>I do not promise that I fix this, if it will cost a lot of time and code changes.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 23 Oct 2009 10:37:22 +0300</pubDate>
        </item>
        <item>
        	<title>f3661 on jqGrid + blueprint</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p10956</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p10956</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I&#39;m also having problems with 960 grid system (not the original 960 but downloaded from <a rel="nofollow" href="http://designinfluences.com/fluid960gs/)" target="_blank"></a><a href="http://designinfluences.com/fluid960gs/" rel="nofollow" target="_blank">http://designinfluences.com/fluid960gs/</a>).</p>
<p>It has 5 additional CSS:</p>
<blockquote>
<p>reset.css<br />text.css<br />960.css<br />layout.css<br />nav.css</p>
</blockquote>
<p>It seems that if I remove the reset.css and layout.css the grid looks ok.</p>
</p>
<p>Please see this image: <a href="http://img137.imageshack.us/img137/6489/960.png"><img src="http://img137.imageshack.us/img137/6489/960.png" width="100"  class="sfimageleft spUserImage" alt="jqGrid on 960gs" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>I&#39;m using these code for the grid setup:</p>
<ol>
<li>var baseURL = &#8220;<a href="http://localhost/moba&#038;rdquo" rel="nofollow" target="_blank">http://localhost/moba&#038;rdquo</a>;;
<p>&#160;$(document).ready(function() {<br />&#160;&#160;&#160; Moba.SiteMaster.setDefaults();<br />});</p>
<p>var Moba = {<br />&#160;&#160;&#160; SiteMaster: {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; setDefaults: function() {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $.jgrid.defaults = $.extend($.jgrid.defaults, {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: &#39;auto&#39;,<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; imgpath: &#39;/content/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonReader: {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; root: &#8220;Rows&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page: &#8220;Page&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; total: &#8220;Total&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; records: &#8220;Records&#8221;,<br />&#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; userdata: &#8220;UserData&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; id: &#8220;Id&#8221;<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; loadui: &#8220;block&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; multiboxonly: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 200,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [10, 20, 50],<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;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; }<br />};</p>
</li>
<li>$(document).ready(function() {<br />&#160;&#160;&#160; $(&#8221;#grid&#8221;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: baseURL + &#39;/Location/List&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Id&#39;, &#39;Code&#39;, &#39;Description&#39;],<br />&#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: 40, align: &#39;left&#39;, hidden: &#39;true&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Code&#39;, index: &#39;Code&#39;, width: 40, align: &#39;left&#39; },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Description&#39;, index: &#39;Description&#39;, width: 300, align: &#39;left&#39;}],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#8220;#pager&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;Code&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: &#8220;desc&#8221;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; multiselect: true<br />&#160;&#160;&#160; });<br />});</li>
</ol>
<p>The first is loaded from my master page and the second from the actual page.</p>
</p>
<p>One other thing, I setup the grid to hide the column Id, as you can see, the header is hidden but the column is not. Is it a bug or my setup not correct?</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Wed, 21 Oct 2009 11:16:51 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid + blueprint</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p10231</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p10231</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Ok, but what kind of issues? Please be a more specific. I can&#39;t test. If you provide a simple test case or link to the problem it would be great, otherviese the problem will be still for you.</p>
<p>Thanks</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 29 Sep 2009 10:47:40 +0300</pubDate>
        </item>
        <item>
        	<title>clone45 on jqGrid + blueprint</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p10163</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p10163</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>On a related subject, I&#39;ve found that the 960 Grid System reset.css also causes issues with the jqGrid layout.</p>
<p>Thanks,</p>
<p>- Bret</p>
]]></description>
        	        	<pubDate>Fri, 25 Sep 2009 14:06:07 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid + blueprint</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p1734</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p1734</guid>
        	        	<description><![CDATA[<p>Thanks</p>
<p>I will check this</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 27 Aug 2008 02:24:29 +0300</pubDate>
        </item>
        <item>
        	<title>tud on jqGrid + blueprint</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p1728</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p1728</guid>
        	        	<description><![CDATA[<p>This is my current css to work with firefox 3 and jqGrid 3.2.4<br />
This solve:<br />
- alignment problem into search pager elements<br />
- alignment problem into â€œviewrecordsâ€ elements</p>
<p>.jqmWindow table {margin: 0; width: 300px;}<br />
.jqmWindow td, tr {padding:0;}</p>
<p>.jqmClose img {padding-left: 282px;}</p>
<p>select.selbox {height: 19px;margin: 0; padding: 1px 0 0 0;}<br />
input.selbox {height: 13px; padding: 0;}</p>
<p>.nav-button {padding-top: 0;}</p>
]]></description>
        	        	<pubDate>Tue, 26 Aug 2008 08:24:22 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid + blueprint</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p1288</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p1288</guid>
        	        	<description><![CDATA[<p>Stafano,</p>
<p>Thank you for this. Will make some test and include this in next release.</p>
<p>As for the UI theme system - maybe not now, but will add in</p>
<p>todo list</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 28 Jul 2008 02:22:43 +0300</pubDate>
        </item>
        <item>
        	<title>tud on jqGrid + blueprint</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p1284</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-blueprint#p1284</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m trying to use jqGrid with Blueprint Css framework (<a href="http://code.google.com/p/blueprintcss/" rel="nofollow" target="_blank">http://code.google.com/p/blueprintcss/</a>).</p>
<p>Blueprint uses a reset css and jqGrid is not well visualized.</p>
<p>I added:</p>
<p>.GridHeader table {margin:0;}<br />.GridHeader td, tr {padding:0;}<br />table.scroll {margin-bottom:0;}<br />table.navtable {margin-bottom:0; width: auto;}</p>
<p>in order to visualize the grid with Firefox 3 on Mac</p>
<p>I think you should use a reset css (like <a href="http://meyerweb.com/eric/tools/css/reset/index.html" rel="nofollow" target="_blank"><a href="http://meyerweb.com/eric/tools" rel="nofollow">http://meyerweb.com/eric/tools</a>.....index.html</a>) in order to test if grid css contains everything needs</p>
</p>
<p>Thanks</p>
<p>.Stefano</p>
</p>
<p>ps: what aout using UI jQuery theme system (<a href="http://ui.jquery.com/themeroller" rel="nofollow" target="_blank">http://ui.jquery.com/themeroller</a>) for jqGrid? Do you think it could be a good idea?</p></p>
]]></description>
        	        	<pubDate>Sun, 27 Jul 2008 18:04:59 +0300</pubDate>
        </item>
</channel>
</rss>