Re: Grid Sorting of Timestamp objects

2010-08-04 Thread Sven Homburg
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

Grid Sorting of Timestamp objects

2010-08-04 Thread Rich
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