<?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: cellattr - cannot set font-weight</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/cellattr-cannot-set-font-weight</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/cellattr-cannot-set-font-weight/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ddavisla on cellattr - cannot set font-weight</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cellattr-cannot-set-font-weight#p24943</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cellattr-cannot-set-font-weight#p24943</guid>
        	        	<description><![CDATA[<p>I found I can force the cellattr font-weight to take affect if I put !important in the class for that attribute.</p>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 18:48:58 +0300</pubDate>
        </item>
        <item>
        	<title>ddavisla on cellattr - cannot set font-weight</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cellattr-cannot-set-font-weight#p24939</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cellattr-cannot-set-font-weight#p24939</guid>
        	        	<description><![CDATA[<p>I&#39;m using the wonderful cellattr to set the class of a cell based on it&#39;s contents, but the font-weight attribute is overwritten by the grid.&#160; Here is the css from Firebug:</p>
</p>
<div class="cssElementRuleContainer ">
<div class="cssRule cssEditableRule insertInto editGroup ">
<div class="cssHead focusRow ">.ui-jqgrid tr.jqgrow td {</div>
<div class=" ">
<div class="cssPropertyListBox ">
<div class="cssProp focusRow editGroup ">&#160;&#160;&#160;&#160;border-bottom-color:&#160;inherit;</div>
<div class="cssProp focusRow editGroup ">&#160;&#160;&#160;&#160;border-bottom-style:&#160;solid;</div>
<div class="cssProp focusRow editGroup ">&#160;&#160;&#160;&#160;border-bottom-width:&#160;1px;</div>
<div class="cssProp focusRow editGroup ">&#160;&#160;&#160;&#160;font-weight:&#160;normal;</div>
<div class="cssProp focusRow editGroup ">&#160;&#160;&#160;&#160;height:&#160;22px;</div>
<div class="cssProp focusRow editGroup ">&#160;&#160;&#160;&#160;overflow:&#160;hidden;</div>
<div class="cssProp focusRow editGroup ">&#160;&#160;&#160;&#160;padding:&#160;0 2px;</div>
<div class="cssProp focusRow editGroup ">&#160;&#160;&#160;&#160;white-space:&#160;pre;</div>
</div>
</div>
<div class=" editable insertBefore ">}</div>
</div>
<p><a class="objectLink objectLink-sourceLink a11yFocus " target="_blank"></a></p>
<div class=" ">ui.jqgrid.css (line 33)</div>
</p>
</div>
<div class="cssElementRuleContainer ">
<div class="cssRule cssEditableRule insertInto editGroup ">
<div class="cssHead focusRow ">.status-none-ass {</div>
<div class=" ">
<div class="cssPropertyListBox ">
<div class="cssProp focusRow editGroup ">&#160;&#160;&#160;&#160;background-color:&#160;#C98858;</div>
<div class="cssProp focusRow editGroup ">&#160;&#160;&#160;&#160;color:&#160;#562400;</div>
<div class="cssProp focusRow editGroup cssOverridden ">&#160;&#160;&#160;&#160;font-weight:&#160;bold;</div>
</div>
</div>
<div class=" editable insertBefore ">}</div>
<div class=" editable insertBefore ">What you can&#39;t see here is that the font-weight: bold in the .status-none-ass class has strikethrough and is overwritten by the font-weight: normal in the .ui-jqgrid tr.jqgrow td setting above it.</div>
</div>
</div>
]]></description>
        	        	<pubDate>Thu, 20 Oct 2011 17:40:55 +0300</pubDate>
        </item>
</channel>
</rss>