Rank: Newbie Groups: Member
Joined: 6/17/2008 Posts: 2
|
I have a grid runmode=client that retrieves data from a database all is fine but when I sort a column something strange occurs
the column has the following data example
a1 a2 a3 a4 a5
when I sort desc for example I get
a3 a4 a5 a2 a1
this only occurs when there is a number in the text if it is
a b c d..
this grid works fine but as soon as there are numbers in the sort then things go wrong.
Is there some thing that I havn't done.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not aware of any of such issues. Internally the Grid calls string.localeCompare to compare values, so I am not sure whether language has anything to do with it. Neverthless if you can put the page online we will be happy to take a look.
Thanks!
|