<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:10pt">Hi,<br><br>after reading this I think i understand why...<br><br><span><a target="_blank" href="http://www.geoext.org/pipermail/users/2010-November/001558.html">http://www.geoext.org/pipermail/users/2010-November/001558.html</a></span><br><div><br>Paging isnīt yet supported in geoext.<br><br>But what I actually wanted was to display the number of rows in my grid. Is there a simple workaround to just display the number or items?<br><br>yours,<br><br>Robert<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 10pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">Von:</span></b> Robert Buckley <robertdbuckley@yahoo.com><br><b><span style="font-weight:
bold;">An:</span></b> users@geoext.org<br><b><span style="font-weight: bold;">Gesendet:</span></b> Donnerstag, den 24. März 2011, 12:35:10 Uhr<br><b><span style="font-weight: bold;">Betreff:</span></b> [Users] ERROR: 'this.proxy' ist Null oder kein Objekt<br></font><br><div style="font-family: times new roman,new york,times,serif; font-size: 10pt; color: rgb(64, 0, 127);">hi,<br><br>Firefox and google donīt have a problem with my code, but IE7 is complaining again.<br><br>IE. Error:<br>German: Fehler: 'this.proxy' ist Null oder kein Objekt<br><div>Eng: Error: 'this.proxy' is null or not an Object.<br><br><br><br>var store = new GeoExt.data.FeatureStore({<br> fields: [<br> {name: "bez", type:
"string"},<br> {name: "standort", type: "string"},<br>
{name: "typ", type: "string"},<br> {name: "betreiber", type: "string"}<br> ],<br> // autoLoad: {params:{start: 0, limit: 500}},<br> layer: layer,<br> addFeatureFilter: function(feature){<br> return feature.state !== OpenLayers.State.DELETE;<br> }<br> });<br><br><br>It is the commented out line which causes the error. It refers to a paging toolbar which is present in the grid. I read the ext.js and the code should be ok, so why is it returning an error is my case?<br><br>here is the code for the paging toolbar.<br><br>var
pagingToolbar = new Ext.PagingToolbar({<br> pageSize: 500,<br> store: store,<br> displayInfo: true,<br> displayMsg: 'Records {0} - {1} of {2}',<br> emptyMsg: "No Records to
display",<br> items: ['->']<br> });<br><br>Any ideas?<br><br>thanks,<br><br>Robert<br></div>
</div><br></div></div>
</div><br></body></html>