<?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: Custm forms and GridToForm problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem</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/custm-forms-and-gridtoform-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Custm forms and GridToForm problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1746</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1746</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I think you should check you script. You get only the first 20 characters -</p>
<p>what about the remaining one</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 27 Aug 2008 09:08:17 +0300</pubDate>
        </item>
        <item>
        	<title>pako on Custm forms and GridToForm problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1736</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1736</guid>
        	        	<description><![CDATA[<p>Hi Tonny,</p>
<p>Yo don&#39;t understand me. In the cell I advisedly truncated text and put a linkt in the same cell (with gridToForm method) to put whole (not truncated text into a form near the grid). Is it possible? Text is truncated by javascript not php.</p>
</p>
<p>Regards</p>
<p>Paul</p>
]]></description>
        	        	<pubDate>Wed, 27 Aug 2008 04:58:49 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Custm forms and GridToForm problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1732</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1732</guid>
        	        	<description><![CDATA[<p>If you want to display the whole text in the cell you should modify the grid CSS.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 27 Aug 2008 02:21:59 +0300</pubDate>
        </item>
        <item>
        	<title>pako on Custm forms and GridToForm problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1729</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1729</guid>
        	        	<description><![CDATA[<p>Thank&#160; you very much Tony, it works but in the textarea will appear something like this</p>
<p>&#60;textarea&#62;</p>
<p>Some truncated content (...)&#60;a href="#" onclick="jQuery(&#39;#list&#39;).GridToForm(1,&#39;#sendPM&#39;);" id="more"&#62;wiÄ™cej&#60;/a&#62;</p>
<p>&#60;/textarea&#62;</p>
<p>but how to do that in the textarea will appear whole text (before truncated)&#160; ) Is it possible?</p>
<p>Regards</p>
<p>Paul</p>
]]></description>
        	        	<pubDate>Tue, 26 Aug 2008 14:02:32 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Custm forms and GridToForm problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1722</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1722</guid>
        	        	<description><![CDATA[<p>You code will never be lunched, since of this</p>
<p><strong>var gsr = jQuery(&#8221;#list&#8221;).getGridParam(&#39;rowid&#39;);</strong></p>
<p>First we do not have parameter rowid in options array.</p>
<p>Remove&#160; the&#160; <strong>if(gsr)</strong>&#160; condition and all will work</p>
<p>Regards</p>
<p>TOny</p>
]]></description>
        	        	<pubDate>Tue, 26 Aug 2008 03:30:35 +0300</pubDate>
        </item>
        <item>
        	<title>pako on Custm forms and GridToForm problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1717</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/custm-forms-and-gridtoform-problem#p1717</guid>
        	        	<description><![CDATA[<p>Hi Tonny, I&#39;, trying to do something like this: In each row I want to have a link and that link should display after cliking on it, value of each column in form () something like in demo page (custom button and forms). The code which don&#39;t work is here:</p>
<p>afterInsertRow: function(rowid, rdata)<br />&#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; <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; if(rdata.tresc.length &#62; 20) <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; {<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; &#160;&#160;&#160; rdata.tresc = rdata.tresc.substring(0, 20);<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; &#160;&#160;&#160; rdata.tresc = rdata.tresc.replace(/\\w+$/, &#39;&#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; &#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; &#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; &#160;&#160;&#160; &#160;&#160;&#160; var gsr = jQuery("#list").getGridParam(&#39;rowid&#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; &#160;&#160;&#160; &#160;&#160;&#160; if(gsr)<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; &#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; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160; rdata.tresc += &#39;(...)&#60;a href="#" onclick="jQuery("#list").GridToForm(gsr,"#sendPM");"&#160; id="more"&#62;more&#60;/a&#62;&#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; &#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; &#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; &#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; &#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; &#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; &#160;&#160;&#160; &#160;&#160;&#160; jQuery("#list").setCell(rowid,&#39;tresc&#39;,rdata.tresc,{})<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; }&#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; &#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; },</p>
<p>This, will truncate one column. and display a link, but this link don&#39;t work.How to to that after clicking all content of some row display in form (with non-truncated text in one column)? A appreciate for any help.</p>
</p>
<p>paul</p>
]]></description>
        	        	<pubDate>Mon, 25 Aug 2008 16:29:02 +0300</pubDate>
        </item>
</channel>
</rss>