I'm not sure what a GridView is but if it's a <table>, are you sure it's formatted correctly? In cases where it's sorting lexicographically instead of numerically, something must be throwing it off. Do you have <td>s in that <colgroup> with non-numeric values? You can force numeric sorting of a colgroup by explicitly defining your parser for that column.
stephen On Wed, Nov 12, 2008 at 08:59, Damien <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a GridView, and applied to this GridView is the TableSorter > jQuery Plug-in. As mentions it does not seem to be sorting correctly! > Especially in the case of number where it sometimes using the first > number to sort. Thus 70 is considered higher than 100! > > I am not sure what's causing this so any ideas would be helpful :). > > Some elements of the set up: > > The GridView's data is done programatically in code-behind > Tablesorter is across 3 gridviews using a css selector for each. But I > tried applying it to one table only and the bug still occurred. > > Thanks