<?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: bold the row content not happening</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/bold-the-row-content-not-happening</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/discussion/bold-the-row-content-not-happening/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>anand_matta on bold the row content not happening</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/bold-the-row-content-not-happening#p29032</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/bold-the-row-content-not-happening#p29032</guid>
        	        	<description><![CDATA[<p>Hay JQ Grid exports. Thank you for this excellent component. This makes most of the life easy.</p>
<p>I have started working on one application where I used JQGrid.</p>
<p>Actually I am migtating a desktop application to wen based.</p>
<p>I am sending in a hidden colunm with the style class name and the same name coded in the jsp also.</p>
<p>&#60;style type="text/css"&#62;<br />.newrow { font-weight: bolder; }<br />.oldrow { font-weight: normal; color: black;&#160; }<br />.remindernewrow { font-weight: bolder; color: maroon; }<br />.reminderoldrow { font-weight: normal; color: maroon; }<br />&#60;/style&#62;</p>
</p>
<p>in a row model</p>
<p>jQuery("#atrisk").jqGrid(</p>
<p>&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel : [ {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#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;&#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;&#160;&#160; &#160;&#160;&#160; &#160;name : &#39;ROWSTYLE&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;index : &#39;ROWSTYLE&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;hidden:true<br />&#160;&#160; &#160;&#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;&#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;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowattr: function (rd) {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return {"class": rd.ROWSTYLE};<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;},</p>
</p>
<p>&#160;But the problem is color to font is chnaging but bold is not applying is there any issue with the code or any workaround?</p>
<p>Thank you in advance</p>
<p>Anand</p>
]]></description>
        	        	<pubDate>Wed, 19 Jun 2013 11:10:02 +0300</pubDate>
        </item>
</channel>
</rss>