Author Topic: Sorting on the data columns in the Grid  (Read 4251 times)

Gangadhar Kotu

  • Newbie
  • *
  • Posts: 1
    • View Profile
Sorting on the data columns in the Grid
« on: November 27, 2013, 12:42:29 am »
While sorting the data in the grid, it is behaving like the words with small letters takes the precedence over the caps letter. Sort shouldn't have considered the letter casing. ie., Small letter words and the capital letter words should be considered equally.

Input:
Samsung
sony
apple
Microsoft
nokia

Output (to be):
apple
nokia
Microsoft
Samsung
sony

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Sorting on the data columns in the Grid
« Reply #1 on: December 04, 2013, 05:54:38 pm »
inbuilt string sorting in pqgrid is case sensitive.

Case insensitive sorting can be implemented with the help of custom sorting.

http://paramquery.com/demos/sorting_custom