Sorting appears to be case sensitive for text data sorted via query rules or the

Sorting appears to be case sensitive for text data sorted via query rules or the SortInfo data type. In my paging grids, case insensitive sorting would be more usable. What is the recommended approach for accomplishing this?...

OriginalPostID-105753

OriginalPostID-105753

  Discussion posts and replies are publicly visible

Parents
  • I think you've misunderstood my question. I'm referring to data that is displayed in a paging grid which in my case is stored in a database. I want to sort a list of objects in a paging grid by name, and have all names beginning with a particular letter grouped together. But names beginning with uppercase letters sort above names beginning with lowercase letters. I'd like all names beginning with either e.g. "P" or "p" to be sorted together.
Reply
  • I think you've misunderstood my question. I'm referring to data that is displayed in a paging grid which in my case is stored in a database. I want to sort a list of objects in a paging grid by name, and have all names beginning with a particular letter grouped together. But names beginning with uppercase letters sort above names beginning with lowercase letters. I'd like all names beginning with either e.g. "P" or "p" to be sorted together.
Children
No Data