-
26 Aug 2012 9:43 AM #1
Unanswered: how to reload or refresh Nested list after store is updated.
Unanswered: how to reload or refresh Nested list after store is updated.
how to reload or refresh Nested list after treeStore is updated.
-
26 Aug 2012 11:24 PM #2Sencha - Community Support Team
- Join Date
- May 2012
- Location
- Istanbul
- Posts
- 1,331
- Vote Rating
- 77
- Answers
- 124
Hi!
i guess you need to load your grid's store after successful updation to the store.
check this:-Code:store.load(function(records, operation, success) { console.log('grid refreshed'); }, yourScope);
http://docs.sencha.com/touch/2-0/#!/...re-method-loadsword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.
-
27 Aug 2012 2:45 AM #3
Thanks sword-it, for the reply.
Please explain! My proxy changes and I set a new proxy, now i want to refresh the nested list.
If i do a sync() on the treeStore it "I think" gets new data. However list is not refreshing.
-
4 Sep 2012 4:30 AM #4
How to clean the treeStore?
Or assign nestedlist store at runtime?


Reply With Quote