<?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: Can i show the record, but as link ?</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/can-i-show-the-record-but-as-link</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/can-i-show-the-record-but-as-link/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Can i show the record, but as link ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/can-i-show-the-record-but-as-link#p13418</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/can-i-show-the-record-but-as-link#p13418</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Enclose your link in CDATA like the last cell.</p>
<p>instead of</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5034' value='Select Code' data-codeid='sfcode5034' /></p>
<div class='sfcode' id='sfcode5034'>
<p>$s .= &#8220;&#60;cell&#62;&#8221;. &#39; $a&#39;.&#8221;&#60;/cell&#62;&#8221;;</p>
<p>do</p>
<p>$s .= "&#60;cell&#62;&#60;![CDATA[".$a."]]&#62;&#60;/cell&#62;";</p>
</div>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 29 Dec 2009 16:23:03 +0200</pubDate>
        </item>
        <item>
        	<title>ridhoyp on Can i show the record, but as link ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/can-i-show-the-record-but-as-link#p13405</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/can-i-show-the-record-but-as-link#p13405</guid>
        	        	<description><![CDATA[<p>example :</p>
<p>$a ="&#60;a href=&#39;<a href="http://google.com&#039;&#62;google&#60;/a&#038;gt" rel="nofollow" target="_blank"><a href="http://google.com&#039;&#62;goo" rel="nofollow">http://google.com&#039;&#62;goo</a>...../a&#038;gt</a>;";</p>
<p>while($row = mysql_fetch_array($result,MYSQL_ASSOC)) {<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; $s .= "&#60;row id=&#39;". $row[id_komponen]."&#39;&#62;";&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; $s .= "&#60;cell&#62;". $i."&#60;/cell&#62;";<br />&#160;&#160;&#160; $s .= "&#60;cell&#62;". $row[id_komponen]."&#60;/cell&#62;";<br />&#160;&#160;&#160; $s .= "&#60;cell&#62;". $row[id_kategori]."&#60;/cell&#62;";<br />&#160;&#160;&#160; $s .= "&#60;cell&#62;". $row[komponen]."&#60;/cell&#62;";<br />&#160;&#160;&#160; $s .= "&#60;cell&#62;". $row[desk_komponen]."&#60;/cell&#62;";<br />&#160;&#160;&#160; $s .= "&#60;cell&#62;". $row[nm_grup]."&#60;/cell&#62;";<br />&#160;&#160;&#160; $s .= "&#60;cell&#62;". &#39; $a&#39;."&#60;/cell&#62;";<br />&#160;&#160;&#160; $s .= "&#60;cell&#62;&#60;![CDATA[". $row[poin]."]]&#62;&#60;/cell&#62;";<br />&#160;&#160;&#160; $s .= "&#60;/row&#62;";<br />$i++;}<br />$s .= "&#60;/rows&#62;";</p>
</p>
<p>, i want to show the $a variable, as link.. can you gimme a solution, or this jq cannot be display as link? please, iam newbie <img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
]]></description>
        	        	<pubDate>Tue, 29 Dec 2009 04:30:51 +0200</pubDate>
        </item>
</channel>
</rss>