-
Sencha User
Store applyState not reflecting result with StoreFilter
We have grid state like below, we are using store.applyState(this.panel, Ext.decode(data.prefValue)) method all grid column and state is reflecting but filters not applying on the store
{ "height": 940,
"columns": [{
"id": "Salesrep",
"width": 100,
"hidden": false
}],
"storeState": {
"filters": [{
"operator": "in",
"value": ["PA", "PM"],
"id": "x-gridfilter-ItemClassification",
"property": "ItemClassification",
"serializer": null,
"type": "list"
}]
}
}
-
Sencha User
This is fixed now, we were applying state to grid store instead of grid itself, after using applyState on grid it works fine,
Please close this post
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules