cfgrid is showing ID, not text values until field is clicked on.

As you can see, the ID, "9051" shows instead of the eval cost center, "Pupil Support Services" when displayed before clicking on the field.
Here is the code:
<CFGRIDCOLUMN NAME="evalcostcenter" HEADER="Eval Cost Center"
HEADERALIGN="LEFT" DATAALIGN="LEFT"
BOLD="Yes" ITALIC="No"
SELECT="Yes" DISPLAY="Yes"
HEADERBOLD="Yes" HEADERITALIC="No"
VALUES = " ,#oldschoolid#"
VALUESdisplay = "BLANK,#oldschoolname#" valuesDelimiter=","
width=50>
Any help is greatly appreciated!
B.
