When sorting in a left list by clicking on a column it sorts the list by uppercase first then lowercase. First it sorts all the records starting with uppercase and then lowercase so “ball” comes after “Wheel” even though this starts with a b and the other with a w. I would suggest that when clicking on a column it should sort it alphabetically ignoring case.

Comments