<?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: Dynamic Grid Panel for Ext JS</title>
	<atom:link href="http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/</link>
	<description>WebDevelopment , PHP, Javascript, CakePHP, ExtJS</description>
	<lastBuildDate>Mon, 23 Aug 2010 19:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: James Gough</title>
		<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/#comment-3955</link>
		<dc:creator>James Gough</dc:creator>
		<pubDate>Tue, 17 Aug 2010 10:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=159#comment-3955</guid>
		<description>Anyone able to convert this to an XML based grid?</description>
		<content:encoded><![CDATA[<p>Anyone able to convert this to an XML based grid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rose</title>
		<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/#comment-3942</link>
		<dc:creator>rose</dc:creator>
		<pubDate>Wed, 21 Jul 2010 14:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=159#comment-3942</guid>
		<description>I can display grid header, but no data.
any idea about this?

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>I can display grid header, but no data.<br />
any idea about this?</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Mareddy</title>
		<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/#comment-3929</link>
		<dc:creator>Vijay Mareddy</dc:creator>
		<pubDate>Tue, 25 May 2010 20:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=159#comment-3929</guid>
		<description>How do i use the LockingColumnModel within your example?

colModel: new Ext.ux.grid.LockingColumnModel({}),

view: new Ext.ux.grid.LockingGridView()</description>
		<content:encoded><![CDATA[<p>How do i use the LockingColumnModel within your example?</p>
<p>colModel: new Ext.ux.grid.LockingColumnModel({}),</p>
<p>view: new Ext.ux.grid.LockingGridView()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mjerom</title>
		<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/#comment-3926</link>
		<dc:creator>mjerom</dc:creator>
		<pubDate>Thu, 29 Apr 2010 10:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=159#comment-3926</guid>
		<description>great,

it&#039;s been a realy usefull reading.
however, i can&#039;t find out how to paginate the result...

any idea ?</description>
		<content:encoded><![CDATA[<p>great,</p>
<p>it&#8217;s been a realy usefull reading.<br />
however, i can&#8217;t find out how to paginate the result&#8230;</p>
<p>any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sedat</title>
		<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/#comment-3916</link>
		<dc:creator>Sedat</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=159#comment-3916</guid>
		<description>Merhaba arkadaşlar ben yukarıdaki kodu bir türlüü çalıştıramadım sayfa boş gelmekte yani veri.json da veriyi bir türlü alamadı.Veri.json yukarıda verdiğin metadata bilgisi aynısı bulunmaktadır.Aynı dizinde bulunmaktadır.Ext.ux.DynamicGridPanel grid tanımlaması ise bir js dosyası olarak hazırladım görüyor.Sadece veri yüklemede sıkıntı bulunmaktadır.

 var grid =new Ext.ux.DynamicGridPanel({
id: &#039;my-grid&#039;,
storeUrl: &#039;veri.json&#039;,
renderTo : &#039;dene&#039;,
width : 400,
height : 400,
rowNumberer: true,
checkboxSelModel: true,
sm: new Ext.grid.CheckboxSelectionModel()});

Yardımlarınız için şimdiden tşkler...</description>
		<content:encoded><![CDATA[<p>Merhaba arkadaşlar ben yukarıdaki kodu bir türlüü çalıştıramadım sayfa boş gelmekte yani veri.json da veriyi bir türlü alamadı.Veri.json yukarıda verdiğin metadata bilgisi aynısı bulunmaktadır.Aynı dizinde bulunmaktadır.Ext.ux.DynamicGridPanel grid tanımlaması ise bir js dosyası olarak hazırladım görüyor.Sadece veri yüklemede sıkıntı bulunmaktadır.</p>
<p> var grid =new Ext.ux.DynamicGridPanel({<br />
id: &#8216;my-grid&#8217;,<br />
storeUrl: &#8216;veri.json&#8217;,<br />
renderTo : &#8216;dene&#8217;,<br />
width : 400,<br />
height : 400,<br />
rowNumberer: true,<br />
checkboxSelModel: true,<br />
sm: new Ext.grid.CheckboxSelectionModel()});</p>
<p>Yardımlarınız için şimdiden tşkler&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raskri</title>
		<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/#comment-3871</link>
		<dc:creator>raskri</dc:creator>
		<pubDate>Wed, 10 Feb 2010 13:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=159#comment-3871</guid>
		<description>To work in IE I had to add:   

   win.document.write(html);
-&gt; win.document.close();
   win.print();
   win.close();

Using ext 3.1:
Also noticed that grid.getTitle is not a function... so I used grid.title.</description>
		<content:encoded><![CDATA[<p>To work in IE I had to add:   </p>
<p>   win.document.write(html);<br />
-&gt; win.document.close();<br />
   win.print();<br />
   win.close();</p>
<p>Using ext 3.1:<br />
Also noticed that grid.getTitle is not a function&#8230; so I used grid.title.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 刘亮</title>
		<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/#comment-3861</link>
		<dc:creator>刘亮</dc:creator>
		<pubDate>Mon, 01 Feb 2010 11:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=159#comment-3861</guid>
		<description>非常感谢
thanks very much</description>
		<content:encoded><![CDATA[<p>非常感谢<br />
thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koucz</title>
		<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/#comment-3859</link>
		<dc:creator>koucz</dc:creator>
		<pubDate>Sun, 31 Jan 2010 12:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=159#comment-3859</guid>
		<description>Hello.

How can I add a scrollbar to a grid.??</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>How can I add a scrollbar to a grid.??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nataraja</title>
		<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/#comment-3816</link>
		<dc:creator>Nataraja</dc:creator>
		<pubDate>Mon, 14 Dec 2009 06:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=159#comment-3816</guid>
		<description>Hi Erhan,

I was following your post on the blog, and I am facing issues with this implementation of DynamicGridPanel. The date column is shown as [object Object] in the grid, however, the timestamp fields are shown appropriately. Kindly advise on what needs to be done in this case.

Best Regards,
Nataraja</description>
		<content:encoded><![CDATA[<p>Hi Erhan,</p>
<p>I was following your post on the blog, and I am facing issues with this implementation of DynamicGridPanel. The date column is shown as [object Object] in the grid, however, the timestamp fields are shown appropriately. Kindly advise on what needs to be done in this case.</p>
<p>Best Regards,<br />
Nataraja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://erhanabay.com/2009/01/29/dynamic-grid-panel-for-ext-js/#comment-3796</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Mon, 26 Oct 2009 14:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=159#comment-3796</guid>
		<description>.. otherwise data won&#039;t be shown on ext 3.0
 
   var grid = new Ext.ux.DynamicGridPanel({
 
...
      width: 600,
      height: 300,
      frame: true,
      title: &#039;Framed&#039;,
      iconCls: &#039;icon-grid&#039;
    });</description>
		<content:encoded><![CDATA[<p>.. otherwise data won&#8217;t be shown on ext 3.0</p>
<p>   var grid = new Ext.ux.DynamicGridPanel({</p>
<p>&#8230;<br />
      width: 600,<br />
      height: 300,<br />
      frame: true,<br />
      title: &#8216;Framed&#8217;,<br />
      iconCls: &#8216;icon-grid&#8217;<br />
    });</p>
]]></content:encoded>
	</item>
</channel>
</rss>
