-
11 Jan 2012 1:29 PM #1
Store.getGroupString ignores Grouper.getGroupString
Store.getGroupString ignores Grouper.getGroupString
Store.getGroupString ignores Grouper.getGroupString so if you provided a Grouper with your own getGroupString it never used
Snippet from Store.js:
Code:getGroupString: function(instance) { var group = this.groupers.first(); if (group) { return instance.get(group.property); } return ''; },
-
11 Jan 2012 2:08 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 436
Thank you for the report.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
16 Nov 2012 1:57 AM #3
It would be nice if this could get fixed.
This code can be used for an overwrite in Ext.data.Store.
Code:getGroupString: function(instance) { var group = this.groupers.first(); if (group) { return group.getGroupString(instance); } return ''; }
-
2 Apr 2013 11:21 AM #4
EXTJSIV-5076 STILL NOT FIXED
EXTJSIV-5076 STILL NOT FIXED
http://www.sencha.com/forum/showthre...getGroupString
Problem not solved.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-5076
in
4.2.0 Sprint 2.


Reply With Quote