<?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: Apply a Custom CSS over Visited links into cells</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/apply-a-custom-css-over-visited-links-into-cells</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/apply-a-custom-css-over-visited-links-into-cells/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ragf1 on Apply a Custom CSS over Visited links into cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/apply-a-custom-css-over-visited-links-into-cells#p31423</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/apply-a-custom-css-over-visited-links-into-cells#p31423</guid>
        	        	<description><![CDATA[<p>Hello to everyone,</p>
<p>I'm using jqgrid for a lot of things, and it's awesome. But I have a particular requirement related with visited links. I need to apply a specific styles for visited links which are inside Grids (jqgrid), and I create this links using Custom Formatter:</p>
<p>...</p>
<p>{ name: 'Comments', width: ((pageWidth - iconsWidth) * (14.75 / 100)), index: 'Id', sortable: false, formatter: viewCommentsButton, "resizable": false }</p>
<p>....</p>
<p>...</p>
<div>viewCommentsButton: function (cellvalue, options, rowObject) {</div>
<div>Â  Â  Â  Â  Â  Â  var newObject = "&#60;a class='link' href='javascript:Â redirectProjectComment(" + rowObject.Id + ");' &#62;" + mga.projects._seeComments + "&#60;/a&#62;";</div>
<div>Â  Â  Â  Â  Â  Â  return newObject;</div>
<div>Â  Â  Â  Â  }â€‹</div>
<p>...</p>
<p>The Issue is when you visited any link of these...you don't see any kind of style applied over them even when is set on global.css:</p>
<p>a.link:visited {<br />
 color: #2774AA!important;<br />
 border-bottom-color: #EEEEEE;<br />
}</p>
<p>So, please Can SomeoneÂ help me with this Issue?</p>
<p>Â </p>
<p>Best Regards,</p>
<p>Â </p>
<p>Ricardo Guerrero.</p>
]]></description>
        	        	<pubDate>Thu, 04 Dec 2014 00:46:04 +0200</pubDate>
        </item>
</channel>
</rss>