<?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: Adding elements to rows dynamically - custom columns.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/adding-elements-to-rows-dynamically-custom-columns</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/adding-elements-to-rows-dynamically-custom-columns/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dkellett on Adding elements to rows dynamically - custom columns.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-elements-to-rows-dynamically-custom-columns#p26191</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-elements-to-rows-dynamically-custom-columns#p26191</guid>
        	        	<description><![CDATA[<p>I have solved this problem.</p>
</p>
<p>I realized that jqGrid inserts a hidden empty row to the grid table, after finding this out i just needed to make sure that I added the extra &#39;td&#39; to the row, but not add anything in it (thus forcing it to come out of hiding). Then append/prepend all the other rows with the new cell and dynamically created elements.</p>
]]></description>
        	        	<pubDate>Thu, 22 Mar 2012 01:51:26 +0200</pubDate>
        </item>
        <item>
        	<title>dkellett on Adding elements to rows dynamically - custom columns.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/adding-elements-to-rows-dynamically-custom-columns#p26185</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/adding-elements-to-rows-dynamically-custom-columns#p26185</guid>
        	        	<description><![CDATA[<p>Is there a known pattern to add elements to rows (possibly by just adding a new cell) using client side code?</p>
</p>
<p>I have attempted this by creating new elements inside a new cell that is appended to each row on the GridInitialized event; however, this causes the generation of a new empty first row for some reason. Widths of containers also need to be adjusted. Before I dive deeper into this, I was wondering if anyone had successfully attempted this, and what was the method?</p>
]]></description>
        	        	<pubDate>Wed, 21 Mar 2012 19:09:36 +0200</pubDate>
        </item>
</channel>
</rss>