[Users] Groupingstore in geoext not grouping data
Robert Buckley
robertdbuckley at yahoo.com
Tue Dec 14 20:57:35 CET 2010
Hi,
the following code doesn´t create an error, but also doesn´t group the data
according to the column "bez"
Would this be because I am still using Geoext v0.7or have I missed something
out?
...
var GroupingFeatureStore =
Ext.extend(Ext.data.GroupingStore,GeoExt.data.FeatureStoreMixin());
var wea_store = new GroupingFeatureStore({
fields: [{
name: "bez",
type: "string"
}, {
name: "standort",
type: "string"
}, {
name: "betreiber",
type: "string"
}],
sortInfo: {field: 'standort',direction: "ASC"},
groupField: 'bez',
layer: layer_wea
})
...
thanks for any help,
Robert Buckley;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20101214/f51eadb1/attachment.htm
More information about the Users
mailing list