Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Group By shows two summary rows for the exact same value when other items only differ by case
posted

See this JSFiddle example with Group By set on column: Initials. http://jsfiddle.net/9vczaypm/3/

for the following data:

dataSource: [
{ OrderID: 1, Initials: "GJJ" },
{ OrderID: 2, Initials: "GJJ" },
{ OrderID: 3, Initials: "GJJ" },
{ OrderID: 4, Initials: "gjj" },
{ OrderID: 5, Initials: "GJJ" },
{ OrderID: 6, Initials: "GJJ" },
]

I would expect to see one summary row for GJJ and another for gjj.

Instead I see two summary rows for GJJ and another gjj, when I select one of the GJJ summary rows it also selects the other GJJ summary row.

Parents
No Data
Reply
  • 7375
    Offline posted

    Hello Graham,

    Thank you for providing the sample application.

    I have investigated your issue, and I have asked our engineering staff to examine this further.  To ensure that it will receive attention, I have logged this behavior in our internal tracking system with a Development ID of 229785.

    I am going to create a private case to provide you more detail regarding the development issue.

    Please let me know if you need more information.

Children
No Data