I am using a Grid component to display the fields of a User and when clicking on the USERNAME column header the default behavior is to sort a the users by name(case sensitive). However, I want the sorting to take place in a non-case sensitive manner. I tried to do this with the GridSortModel but I can't figure out if I need to implement a Comparator or something.
Any pointers? -- View this message in context: http://n2.nabble.com/GridSortModel-tp3360535p3360535.html Sent from the Tapestry Users mailing list archive at Nabble.com.