Re: GridSortModel

2009-07-31 Thread ppetrou
Thanks Jonathan, That fixed the problem. Here is my code t:grid rowsPerPage="20" pagerPosition="top" source="searchResultsList" row="auxUser" add="userselect" inPlace="true" lean="true" empty="." reorder="userselect, id, username, email, firstNameUppercase, lastName" t:parameter name="first

Re: GridSortModel

2009-07-31 Thread Jonathan O'Connor
Hi, in your tml file, provide an override for the usernamecell. You will need to provide 2 attributes, username and usernameUppercase. Or you can modify the DataSourceModel and add a usernameUppercase. The trick is to tell the grid to use the usernameUppercase as the column data, but then in t