Author Topic: Sorting based on incase sensitive  (Read 2529 times)

bsolteam

  • Pro Deluxe
  • Full Member
  • *
  • Posts: 107
    • View Profile
Sorting based on incase sensitive
« on: December 09, 2015, 01:21:59 pm »
Hi Team,
             Grid having case sensitive sorting by default.SO we need incase sentive soring.Please give the solution for this issue.

For example .. IF we have the column with data.    Alliance,AXA,America.... in this order.
 After sorting i need to sort in the following manner .. Alliance,America,AXA ( ascending order )
      AXA,America,Alliance ( Desending order)

 In demo link it is following case sensitive. the link is here
http://paramquery.com/pro/demos24


Thanks
Bsol Team

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Sorting based on incase sensitive
« Reply #1 on: December 09, 2015, 04:15:52 pm »
Please use column.dataType = "stringi" for case insensitive sorting.