Em Thu, 29 Oct 2009 14:23:10 -0200, Szemere Szemere <szemereszem...@googlemail.com> escreveu:

The ordering in Grid sorts by character value (uppercase before lowercase), not by dictionary order e.g.
ADrian
Aardvark
Adrian

I guess you're using a List or a Collection as the grid's source.
Outside a Grid, you can do String comparisons using localized (per-locale) rules using a Collator. You can copy CollectionGridDataSource and change its sorting to sort strings using a Collator.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to