3.2.0

How do I persist the sort order across page postbacks?

I am currently trying this:

obj.sort( readCookie("sort_index"), readCookie("sort_direction") );


the cookie values are set in the sort function, and when the page posts back after sorting, the cookie values are correct, but calling the sort method as I am above does nothing.

Has anybody gotten something similar to work?

Thanks,

Josh
henningero
November 11,

This topic is archived.

See also:


Back to support forum