Welcome Guest Search | Active Topics | Sign In | Register

Grid Sort problem Options
Daren Baker
Posted: Tuesday, June 24, 2008 12:37:05 PM
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.
eo_support
Posted: Tuesday, June 24, 2008 12:43:26 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
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!



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.