<?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: Putting links into rows</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/putting-links-into-rows</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/putting-links-into-rows/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tacton on Putting links into rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/putting-links-into-rows#p24314</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/putting-links-into-rows#p24314</guid>
        	        	<description><![CDATA[<p>Had to do something similiar and ended up adding a new column in my model and dynamically generating html links as the data that was held by the row.</p>
]]></description>
        	        	<pubDate>Tue, 16 Aug 2011 23:00:07 +0300</pubDate>
        </item>
        <item>
        	<title>tauame on Putting links into rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/putting-links-into-rows#p24309</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/putting-links-into-rows#p24309</guid>
        	        	<description><![CDATA[<blockquote>
<p>KevinB said:</p>
<p>I also made this today:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4651' value='Select Code' data-codeid='sfcode4651' /></p>
<div class='sfcode' id='sfcode4651'>ondblClickRow: function(id)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; open(&#34;index.jsp?s=verbund&#38;verbid=&#34;+id, &#34;_self&#34;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</div>
</p>
<p> *edit*</p>
<p>the "id" is the name of the column..</p>
</blockquote>
<hr />
<p>I was thinking about making it look like a &#60;a href="#"&#62;link&#60;/a&#62;, so it would be more user friendly. And using onclick created another problem, because my grid has multiselect="true" which renders one checkbox in each row, and selecting those checkboxes triggers the event. So, is there a way to make it look like a link?</p>
]]></description>
        	        	<pubDate>Tue, 16 Aug 2011 20:29:41 +0300</pubDate>
        </item>
        <item>
        	<title>KevinB on Putting links into rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/putting-links-into-rows#p24302</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/putting-links-into-rows#p24302</guid>
        	        	<description><![CDATA[<p>I also made this today:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5880' value='Select Code' data-codeid='sfcode5880' /></p>
<div class='sfcode' id='sfcode5880'>ondblClickRow: function(id)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; open(&#34;index.jsp?s=verbund&#38;verbid=&#34;+id, &#34;_self&#34;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</div>
</p>
<p> *edit*</p>
<p>the "id" is the name of the column..</p>
]]></description>
        	        	<pubDate>Tue, 16 Aug 2011 17:18:58 +0300</pubDate>
        </item>
        <item>
        	<title>tauame on Putting links into rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/putting-links-into-rows#p24300</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/putting-links-into-rows#p24300</guid>
        	        	<description><![CDATA[<p>Hello, Im trying to put a link on each row of my grid, so when the user clicks it, a new page loads with all details of that row. But I cant find any documentation about that. Can anyone help me?</p>
]]></description>
        	        	<pubDate>Tue, 16 Aug 2011 16:44:36 +0300</pubDate>
        </item>
</channel>
</rss>