Hi,
I have a Grid with a string column displaying a date. I want this column to be of String type because of my automatic code to generate a CSV file from the grid. However, if I sort the column, it is sorted using alphabetic ordering, thus 25-12-2001 comes after 01-01-2009.

Is there a way to change this? From what I can see the GridSortModel provides a ColumnSort enum, but I can't see how to supply a comparator. Is this possible?

As a workaround, I can leave the column as a Date, and then supply a overridden myDatecell block. But I will also have to modify my CSV generator.

Ciao,
Jonathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to