<?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: Ext.data.JsonStore</title>
	<atom:link href="http://blog.akawebdesign.com/index.php/2009/08/20/ext-data-jsonstore/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.akawebdesign.com/index.php/2009/08/20/ext-data-jsonstore/</link>
	<description>...how a nerd sees the world-wide-web.</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:20:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Binalf Kassa</title>
		<link>http://blog.akawebdesign.com/index.php/2009/08/20/ext-data-jsonstore/comment-page-1/#comment-1149</link>
		<dc:creator>Binalf Kassa</dc:creator>
		<pubDate>Mon, 01 Mar 2010 09:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=224#comment-1149</guid>
		<description>Hey guys, am a big fan of asp.net and working with it for the past few years.
and now I wanna use extjs with asp.net. I wanted to load data from the server to JsonStore but its giving me a headache. In JQuery I know I can pass the url + some method to call on the server but I dont know how to do it in extjs
thanks for your time inadvance
Binalf</description>
		<content:encoded><![CDATA[<p>Hey guys, am a big fan of asp.net and working with it for the past few years.<br />
and now I wanna use extjs with asp.net. I wanted to load data from the server to JsonStore but its giving me a headache. In JQuery I know I can pass the url + some method to call on the server but I dont know how to do it in extjs<br />
thanks for your time inadvance<br />
Binalf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Kay</title>
		<link>http://blog.akawebdesign.com/index.php/2009/08/20/ext-data-jsonstore/comment-page-1/#comment-1002</link>
		<dc:creator>Arthur Kay</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=224#comment-1002</guid>
		<description>Hey Luis,

It doesn&#039;t look like your JSON (returned from the server) has a root element. It should look something like:
  { &quot;data&quot;: [ {&quot;mat&quot;:&quot;1&quot;,&quot;mat_nombre&quot;:&quot;REDES&quot;,&quot;mat_ciclo&quot;:&quot;9&quot;} ] }

Give that a shot and let me know if you still need help.

You should also try posting in the ExtJS forums... you&#039;re more likely to get a fast response!</description>
		<content:encoded><![CDATA[<p>Hey Luis,</p>
<p>It doesn&#8217;t look like your JSON (returned from the server) has a root element. It should look something like:<br />
  { &#8220;data&#8221;: [ {"mat":"1","mat_nombre":"REDES","mat_ciclo":"9"} ] }</p>
<p>Give that a shot and let me know if you still need help.</p>
<p>You should also try posting in the ExtJS forums&#8230; you&#8217;re more likely to get a fast response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Castillo</title>
		<link>http://blog.akawebdesign.com/index.php/2009/08/20/ext-data-jsonstore/comment-page-1/#comment-989</link>
		<dc:creator>Luis Castillo</dc:creator>
		<pubDate>Sat, 06 Feb 2010 21:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=224#comment-989</guid>
		<description>Hi. Can you help me?? I need load data from JsonStore to TextFied by I don´t know.
I&#039;ve a JsonStore as with

	var materiaStore = new Ext.data.JsonStore({
	    autoLoad: true,  //autoload the data
	    url: &#039;fGestionPlanes.php&#039;, //this return a json as [{&quot;mat&quot;:&quot;1&quot;,&quot;mat_nombre&quot;:&quot;REDES&quot;,&quot;mat_ciclo&quot;:&quot;9&quot;}]

	    method: &#039;POST&#039;,
	    totalProperty: &#039;totalRows&#039;,
	    root: &#039;data&#039;,
	    fields: [&#039;mat&#039;,&#039;mat_nombre&#039;,&#039;mat_ciclo&#039;],   	      
	    listeners: {
	        load: {    			
	            fn: function(store, records, options){   
                var _m=Ext.getCmp(&#039;mytextfield&#039;);  
_m.setValue(store.getAt(0).data.mat_conocimiento_prev);               
	    });	  
but no liad  the data in the textField :(</description>
		<content:encoded><![CDATA[<p>Hi. Can you help me?? I need load data from JsonStore to TextFied by I don´t know.<br />
I&#8217;ve a JsonStore as with</p>
<p>	var materiaStore = new Ext.data.JsonStore({<br />
	    autoLoad: true,  //autoload the data<br />
	    url: &#8216;fGestionPlanes.php&#8217;, //this return a json as [{"mat":"1","mat_nombre":"REDES","mat_ciclo":"9"}]</p>
<p>	    method: &#8216;POST&#8217;,<br />
	    totalProperty: &#8216;totalRows&#8217;,<br />
	    root: &#8216;data&#8217;,<br />
	    fields: ['mat','mat_nombre','mat_ciclo'],<br />
	    listeners: {<br />
	        load: {<br />
	            fn: function(store, records, options){<br />
                var _m=Ext.getCmp(&#8216;mytextfield&#8217;);<br />
_m.setValue(store.getAt(0).data.mat_conocimiento_prev);<br />
	    });<br />
but no liad  the data in the textField <img src='http://blog.akawebdesign.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Kay</title>
		<link>http://blog.akawebdesign.com/index.php/2009/08/20/ext-data-jsonstore/comment-page-1/#comment-228</link>
		<dc:creator>Arthur Kay</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=224#comment-228</guid>
		<description>I did notice that if your Grid() objects use paging, you must also specify the &quot;totalProperty&quot; attribute in the metaData EVEN IF you had specified it in the config options for the JsonStore() class. Otherwise the paging toolbar fails to recognize that there are more records than listed on the first page.

I&#039;m not entirely sure why, but the data store will ignore your config option.</description>
		<content:encoded><![CDATA[<p>I did notice that if your Grid() objects use paging, you must also specify the &#8220;totalProperty&#8221; attribute in the metaData EVEN IF you had specified it in the config options for the JsonStore() class. Otherwise the paging toolbar fails to recognize that there are more records than listed on the first page.</p>
<p>I&#8217;m not entirely sure why, but the data store will ignore your config option.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
