<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:8pt"><div>Hi,<br><br>the following code doesn´t create an error, but also doesn´t group the data according to the column "bez"<br><br>Would this be because I am still using Geoext v0.7or have I missed something out?<br><br><br>...<br>var GroupingFeatureStore = Ext.extend(Ext.data.GroupingStore,GeoExt.data.FeatureStoreMixin());<br> <br>var wea_store = new GroupingFeatureStore({<br> fields: [{<br> name: "bez",<br> type: "string"<br> }, {<br> name: "standort",<br> type:
"string"<br> }, {<br> name: "betreiber",<br> type: "string"<br> }],<br> sortInfo: {field: 'standort',direction: "ASC"},<br> groupField: 'bez',<br> layer: layer_wea<br> })<br><br><br>...<br><br><br>thanks for any help,<br><br>Robert Buckley; <br></div>
</div><br></body></html>