<?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: table with custom id, class?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class</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/table-with-custom-id-class/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>MiB on table with custom id, class?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class#p5681</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class#p5681</guid>
        	        	<description><![CDATA[<blockquote>
<p>I think so all user are looking forward this feature.</p>
</p>
<p>tony said:</p>
<p>Hello,</p>
<p>As mentioted in my previous post currently there is a no way to add classes direct from server response. You should use java script at client side. I consider this to be added in 3.5 release.</p>
<p>Regards</p>
<p>Tony</p>
</blockquote>
<hr />
]]></description>
        	        	<pubDate>Mon, 30 Mar 2009 05:57:32 +0300</pubDate>
        </item>
        <item>
        	<title>tony on table with custom id, class?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class#p5661</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class#p5661</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>As mentioted in my previous post currently there is a no way to add classes direct from server response. You should use java script at client side. I consider this to be added in 3.5 release.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 30 Mar 2009 02:50:27 +0300</pubDate>
        </item>
        <item>
        	<title>MiB on table with custom id, class?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class#p5630</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class#p5630</guid>
        	        	<description><![CDATA[<p>Hi Tony</p>
<p>Do i have to import another list of class,id-s from mysql? Why cant i send all request data(class, id-s) with first JSON load?</p>
<p>Then it look like?:</p>
<p>1: Load JSON //mysql</p>
<p>2: Load class,id-s //mysql</p>
]]></description>
        	        	<pubDate>Thu, 26 Mar 2009 05:52:46 +0200</pubDate>
        </item>
        <item>
        	<title>tony on table with custom id, class?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class#p5623</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class#p5623</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Use afterInsertRow event (imediate adding of the class) or gridComplete event to attach a class something like this: (Suppose you have grid with mygrid id)</p>
<p>gridComplete: function (){</p>
<p>$("tr","#mygrid").each(function(){</p>
<p>$(this).addClass("myclass");</p>
<p>});</p>
</p>
<p>Hope this help</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 26 Mar 2009 04:02:52 +0200</pubDate>
        </item>
        <item>
        	<title>MiB on table with custom id, class?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class#p5586</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/table-with-custom-id-class#p5586</guid>
        	        	<description><![CDATA[<p>How can i make a table like this(JSON, XML, etc., some solution)</p>
<p>The classes, ids come from mysql, and i dont wanna import a class, id list too after i load table data.</p>
<p>&#60;table class="tbl1" id="tbl1"&#62;</p>
<p>&#60;tbody&#62;</p>
<p>&#60;tr class="handcur even" id="toro0"&#62;<br />&#60;td class="toro"&#62;TorCAT STOP&#60;/td&#62;<br />&#60;td class="nokedv" id="tork1"&#62;gfgfgfgff&#60;/td&#62;<br />&#60;td class="netto"&#62;17140&#60;/td&#62;<br />&#60;td class="brutto"&#62;20568&#60;/td&#62;<br />&#60;/tr&#62;</p>
<p>&#60;tr class="handcur odd" id="toro1"&#62;<br /> &#60;td class="toro3"&#62;TorEXT&#60;/td&#62;<br />&#60;td class="kedv" id="tork2"&#62;gfgfgfgff&#60;/td&#62;<br />&#60;td class="netto2"&#62;12140&#60;/td&#62;<br /> &#60;td class="brutto4"&#62;17568&#60;/td&#62;<br />&#60;/tr&#62;</p>
<p>&#60;/tbody&#62;</p>
</p>
<p>thanks!</p>
]]></description>
        	        	<pubDate>Wed, 25 Mar 2009 06:37:19 +0200</pubDate>
        </item>
</channel>
</rss>