<?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: Using a different jquery CSS for jqGrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid</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/using-a-different-jquery-css-for-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Rumen[Trirand] on Using a different jquery CSS for jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10553</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10553</guid>
        	        	<description><![CDATA[<p>Excellent, this is actually what I originally suggested but never tried</p>
<p>&#60;quote&#62;</p>
<p>It might be possible to just copy paste a ThemeRoller theme and modify it manually to match selectors only the grid uses, have not tried that myself, but it might be a good idea [since this would also mean you could have two grids with different themes on the same page]. I will experiment a bit and let you know.</p>
<p>&#60;/quote&#62;</p>
<p>I will make sure we have one example that covers this area.&#160;</p>
<p>Thanks again for the superb feedback.</p></p>
]]></description>
        	        	<pubDate>Thu, 08 Oct 2009 04:08:39 +0300</pubDate>
        </item>
        <item>
        	<title>superjedi on Using a different jquery CSS for jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10552</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10552</guid>
        	        	<description><![CDATA[<p>Nevermind, I&#39;ve found a solution:</p>
<p>Open the themeroller css you want to use with your grid</p>
<p>Replace all occurences of</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1998' value='Select Code' data-codeid='sfcode1998' /></p>
<div class='sfcode' id='sfcode1998'>, .ui-</div>
<p>with</p>
<p><input type='button' class='sfcodeselect' name='sfselectit363' value='Select Code' data-codeid='sfcode363' /></p>
<div class='sfcode' id='sfcode363'>, #testcss .ui-</div>
<p>And all lines beginning with</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3814' value='Select Code' data-codeid='sfcode3814' /></p>
<div class='sfcode' id='sfcode3814'>.ui-</div>
<p>with</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8027' value='Select Code' data-codeid='sfcode8027' /></p>
<div class='sfcode' id='sfcode8027'>#testcss .ui-</div>
</p>
<p>Using the vim editor this can be easily achieved with the two commands:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2058' value='Select Code' data-codeid='sfcode2058' /></p>
<div class='sfcode' id='sfcode2058'>:%s%, .ui-%, #testcss .ui-%g</div>
<p><input type='button' class='sfcodeselect' name='sfselectit1023' value='Select Code' data-codeid='sfcode1023' /></p>
<div class='sfcode' id='sfcode1023'>:%s%^.ui%#testcss .ui</div>
</p>
<p>Once this is done, just put the grid inside &#60;div id="testcss"&#62;&#60;/div&#62; and you&#39;re done.</p></p>
]]></description>
        	        	<pubDate>Thu, 08 Oct 2009 04:04:42 +0300</pubDate>
        </item>
        <item>
        	<title>Rumen[Trirand] on Using a different jquery CSS for jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10551</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10551</guid>
        	        	<description><![CDATA[<p>Yes, definitely, we will research this asap and try to figure out a way to do it. This will provide two features - jqGrid with different theme than the rest of ThemeRoller components AND the possibility to have several grids with different themes on the same page.</p>
<p>I will followup here when we find the best solution.</p></p>
]]></description>
        	        	<pubDate>Thu, 08 Oct 2009 03:57:17 +0300</pubDate>
        </item>
        <item>
        	<title>superjedi on Using a different jquery CSS for jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10550</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10550</guid>
        	        	<description><![CDATA[<p>Thanks Rumen for replying so quickly,</p>
<p>I&#39;ve already thought about the iframe hack, though it&#39;s psychologically hard to accept to regress so much considering that the application I&#39;m working on is totally web 3.0 ready 😉</p>
<p>A good option for jqGrid would be the possibility to use of an arbitrary prefix for CSS selectors names, it&#39;d be then easy to write a script that would quickly rename themeroller&#39;s CSS selector names to add this prefix.</p>
<p>Frederic</p>
]]></description>
        	        	<pubDate>Thu, 08 Oct 2009 03:28:04 +0300</pubDate>
        </item>
        <item>
        	<title>Rumen[Trirand] on Using a different jquery CSS for jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10541</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10541</guid>
        	        	<description><![CDATA[<p>Hard to achieve, since the grid now uses the very same names of the CSS classes ThemeRoller uses and they are global for the whole page.</p>
<p>It might be possible to just copy paste a ThemeRoller theme and modify it manually to match selectors only the grid uses, have not tried that myself, but it might be a good idea [since this would also mean you could have two grids with different themes on the same page]. I will experiment a bit and let you know.</p>
<p>Another idea (kinda of a hack) would be to just place the grid inside an &#60;iframe&#62; where the CSS scope is different, but this could be messy in most cases.</p>
]]></description>
        	        	<pubDate>Thu, 08 Oct 2009 01:48:17 +0300</pubDate>
        </item>
        <item>
        	<title>superjedi on Using a different jquery CSS for jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10528</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/using-a-different-jquery-css-for-jqgrid#p10528</guid>
        	        	<description><![CDATA[<p>Hello everyone,</p>
<p>For many reasons most people might find great that jqGrid now uses jquery&#39;s themes but I&#39;d like to use a different color scheme for jqGrid than the one I use for jquery widgets.</p>
<p>Does anyone know a clean and easy way to achieve this ?</p>
<p>Thanks a lot,</p>
]]></description>
        	        	<pubDate>Wed, 07 Oct 2009 14:56:28 +0300</pubDate>
        </item>
</channel>
</rss>