disable column sorting:
getGridModel().add("fieldName").sortable(false);
with regards
Sven Homburg
Founder of the Chenille Kit Project
http://chenillekit.codehaus.org
2010/8/4 Rich
> Hi,
>
> I have a Grid with a source class that contains a Timestamp object. When
> this column is sorted wit
Hi,
I have a Grid with a source class that contains a Timestamp object. When
this column is sorted with the default GridSortModel, it seems to be
done alphanumerically rather than by date-time comparison. I'm trying to
figure the best way to handle this. I notice GridSortModel is an
interface