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
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