-
22 Mar 2011 9:55 PM #1
[CLOSED-EXTJSIV-337] Combo Sorting Issue
[CLOSED-EXTJSIV-337] Combo Sorting Issue
Also, sorting does not seem to work for combos...
A grid on another UI uses the _exact_ same store definition, it sorts appropriately. The combo does not. I could be doing it wrong, but it seems like it should work the same for both.Code:store: Ext.create('Rigid.data.RigidStore',{ model: 'icon', autoLoad: true, sorters: [ { property : 'name', direction: 'ASC' } ] }),
-
25 Mar 2011 2:48 PM #2
I'm unable to reproduce this, either in current dev code or in PR5; the combobox list is sorted as expected. Can you provide more information about your store implementation, or create a testcase that demonstrates the issue?
-
29 Mar 2011 3:13 PM #3
I've closed this issue as I am unable to reproduce the issue with our current build. So this should be fixed for the next release.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-EXTJSIV-309] pageParam is not sent on remote sorting a Store
By Sakuro in forum Ext:BugsReplies: 2Last Post: 25 Mar 2011, 5:25 PM -
[CLOSED] Window & Combo Box issue (Firefox & IE)
By 828 in forum Ext 3.x: BugsReplies: 15Last Post: 20 May 2010, 3:12 PM -
[CLOSED] Combo Z-Index issue
By mark3k in forum Ext 3.x: BugsReplies: 6Last Post: 19 Apr 2010, 7:41 AM -
[CLOSED][2.??] IE7 issue with disable combo box
By engashu in forum Ext 2.x: BugsReplies: 2Last Post: 25 Nov 2008, 5:42 AM -
[2.??][CLOSED] Rendering issue wit combo boxes in FF3...
By steppinrazor in forum Ext 2.x: BugsReplies: 4Last Post: 30 Sep 2008, 11:29 AM


Reply With Quote