M
Mike
I have several datagirds that allow sorting on two date columns. The sorting
works but its not showing the newest date first when I sort. For example
if I have dates in my column as
01/01/2008
12/01/2007
12/08/2007
02/02/2007
when I sort, I get it like
12/08/2007
12/01/2007
02/02/2007
01/01/2008
or like this:
01/01/2008
02/02/2007
12/08/2007
12/01/2007
what could be causing the sort to work as such? If I don't have a date such
as 01/01/2008, the sorting works correclty, its when the date is 01/01/2008
that its not sorting correctly. Any ideas on what may be causing this?
works but its not showing the newest date first when I sort. For example
if I have dates in my column as
01/01/2008
12/01/2007
12/08/2007
02/02/2007
when I sort, I get it like
12/08/2007
12/01/2007
02/02/2007
01/01/2008
or like this:
01/01/2008
02/02/2007
12/08/2007
12/01/2007
what could be causing the sort to work as such? If I don't have a date such
as 01/01/2008, the sorting works correclty, its when the date is 01/01/2008
that its not sorting correctly. Any ideas on what may be causing this?