ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: bsolteam on December 09, 2015, 01:21:59 pm

Title: Sorting based on incase sensitive
Post by: bsolteam 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
Title: Re: Sorting based on incase sensitive
Post by: paramvir on December 09, 2015, 04:15:52 pm
Please use column.dataType = "stringi" for case insensitive sorting.