Hi,
My example has the grid grouping control populated with customer details(CustomerId, FirstName, FamilyName, Phone, Email).
If i try to sort the grid by FamilyName and FirstName, i get the result as a case sensitive sort as below
Expected Result
How can i disable the case sensitive sort. Any help is highly appreciated.
Thanks