<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: EXTJS: Getting each row value from the grid</title>
	<atom:link href="http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/feed/" rel="self" type="application/rss+xml" />
	<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/</link>
	<description>blogging, design, tech, and web</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:06:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Giri</title>
		<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/comment-page-1/#comment-94500</link>
		<dc:creator>Giri</dc:creator>
		<pubDate>Tue, 24 Jan 2012 07:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=495#comment-94500</guid>
		<description>how to fetch the Extjs panel values in to another page by using php pls help me</description>
		<content:encoded><![CDATA[<p>how to fetch the Extjs panel values in to another page by using php pls help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giri</title>
		<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/comment-page-1/#comment-94499</link>
		<dc:creator>Giri</dc:creator>
		<pubDate>Tue, 24 Jan 2012 07:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=495#comment-94499</guid>
		<description>i want to know how to fetch the Extjs panel values in to another page by using php please help me&gt;...........</description>
		<content:encoded><![CDATA[<p>i want to know how to fetch the Extjs panel values in to another page by using php please help me&gt;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditia rahman</title>
		<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/comment-page-1/#comment-22039</link>
		<dc:creator>aditia rahman</dc:creator>
		<pubDate>Wed, 15 Jun 2011 09:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=495#comment-22039</guid>
		<description>I think you can use array store, which mean get all row data, make it as array then load in combobox
see this array store example http://dev.sencha.com/deploy/ext-4.0.2/examples/grid/array-grid.html</description>
		<content:encoded><![CDATA[<p>I think you can use array store, which mean get all row data, make it as array then load in combobox<br />
see this array store example <a href="http://dev.sencha.com/deploy/ext-4.0.2/examples/grid/array-grid.html" rel="nofollow">http://dev.sencha.com/deploy/ext-4.0.2/examples/grid/array-grid.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankur</title>
		<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/comment-page-1/#comment-22030</link>
		<dc:creator>ankur</dc:creator>
		<pubDate>Wed, 15 Jun 2011 08:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=495#comment-22030</guid>
		<description>How can i fill combo box using column data from each row</description>
		<content:encoded><![CDATA[<p>How can i fill combo box using column data from each row</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: extjstutorial.org</title>
		<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/comment-page-1/#comment-18745</link>
		<dc:creator>extjstutorial.org</dc:creator>
		<pubDate>Wed, 04 May 2011 15:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=495#comment-18745</guid>
		<description>&lt;strong&gt;EXTJS: Getting each row value from the grid...&lt;/strong&gt;

When I write this post, a friend of mine asking me how to get the value from all the row in EXTJS grid, she use EditorGridPanel to make the grid editable by it’s user, and submit all edited value in each row to the server i’m using php to take all the ...</description>
		<content:encoded><![CDATA[<p><strong>EXTJS: Getting each row value from the grid&#8230;</strong></p>
<p>When I write this post, a friend of mine asking me how to get the value from all the row in EXTJS grid, she use EditorGridPanel to make the grid editable by it’s user, and submit all edited value in each row to the server i’m using php to take all the &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vdthutech</title>
		<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/comment-page-1/#comment-6732</link>
		<dc:creator>vdthutech</dc:creator>
		<pubDate>Tue, 26 Oct 2010 13:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=495#comment-6732</guid>
		<description>thanks for share. this is example great but i cant not add birthday.
u format date (d-m-Y) but database (Y-m-d). thanks</description>
		<content:encoded><![CDATA[<p>thanks for share. this is example great but i cant not add birthday.<br />
u format date (d-m-Y) but database (Y-m-d). thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexei</title>
		<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/comment-page-1/#comment-5923</link>
		<dc:creator>Alexei</dc:creator>
		<pubDate>Wed, 08 Sep 2010 20:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=495#comment-5923</guid>
		<description>Sorry! Works greate!!!</description>
		<content:encoded><![CDATA[<p>Sorry! Works greate!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexei</title>
		<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/comment-page-1/#comment-5922</link>
		<dc:creator>Alexei</dc:creator>
		<pubDate>Wed, 08 Sep 2010 19:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=495#comment-5922</guid>
		<description>var sm = grid_mbti.getSelectionModel().getSelections();

doesn&#039;t work</description>
		<content:encoded><![CDATA[<p>var sm = grid_mbti.getSelectionModel().getSelections();</p>
<p>doesn&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditia rahman</title>
		<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/comment-page-1/#comment-1995</link>
		<dc:creator>aditia rahman</dc:creator>
		<pubDate>Wed, 21 Jul 2010 03:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=495#comment-1995</guid>
		<description>you&#039;re welcome, hope it helped</description>
		<content:encoded><![CDATA[<p>you&#8217;re welcome, hope it helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://superdit.com/2010/05/14/extjs-getting-each-row-value-from-the-grid/comment-page-1/#comment-1992</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 20 Jul 2010 06:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=495#comment-1992</guid>
		<description>Preety neat. I was looking for something like this, Thanks!</description>
		<content:encoded><![CDATA[<p>Preety neat. I was looking for something like this, Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

