Re: Rename a column header in Grid

2014-04-09 Thread Chris Mylonas
Nice, I was looking for how to do it in the template! On 09/04/2014 8:57 pm, "Nathan Quirynen" wrote: > Hi, > > You can change the header for a grid colum like following: > > If you have for example a column named "name" > > in your message catalog (.properties file) add name-label=Other column

Re: Rename a column header in Grid

2014-04-09 Thread Nathan Quirynen
Hi, You can change the header for a grid colum like following: If you have for example a column named "name" in your message catalog (.properties file) add name-label=Other column header OR you can also define the header content like the following: Other column header On 0

Re: Rename a column header in Grid

2014-04-09 Thread Chris Mylonas
Hi Srikaanth check out the grid api docs here http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/corelib/components/Grid.html About 3/4 of the way down the page where it says: The normal column title for the "delete" property would be "Delete". Using the page's message catalog we can ov