I have an igCombo control. The datasource contains 2 groups of data. The data is pre-sorted by the desired order I want to view the data in the dropdown.
Based upon the dir option (I'm using "asc") for "grouping", the groups are ordered correctly when viewing the dropdown.
However, the items in each group are not sorted correctly. Most of the items are sorted, but a few a completely out of order. If I switch dir to "desc", the groups are correctly order and the items in each group appear to be sorted in descending order, but a few items are still in the wrong location. For example, if dir = "asc", I might get the following in the dropdown.
How do I ensure that the children within each group are also ordered? I have no problem when I don't using grouping
Cities
Chicago
Anaheim
Dallas
Miami
St. Louis
People
Ann
Bob
Tom
Carol
Peter
Hello,
Thank you for contacting Infragistics!This is an initial update to let you know that I have received your support request and will be looking into this matter for you. I will follow-up with you regarding my findings.
Hello!
Would you provide sample with configuration and datasource that you have used for that?
When I run the attached code, "Phil Hemery" and "Brandon Born" are not in sort order. The datasource has all information, including the groups, in the desired order when displaying the dropdown, however, the order is modified slightly so that the 2 names are out of order.
After more research, appears to be a problem with Chrome. IE and FireFox appear to work fine.
According to Infragistics the problem is not on their side. The problem is with Chrome. I've not pursued it further.
Is there any solution or fix for this issue?
Thanks you for investigating this issue and for your response.
Yes, in other words this is how it is implemented in Chrome.
If I'm understanding your response, you are saying that this is a problem with Chrome?