can anybody help me with this ? I have added some custom fields to the customer grid in the magento backend admin page which are select fields , but I cant seem to find a way of showing the “label” in the grid as opposed to the “value” I have tried to find the renderer for this page but have had no luck…
They render ok in the customer information page (please see screenshots)


I have found this post which is very helpful but do not know what i need to write to get the label content to dispay ? http://inchoo.net/ecommerce/magento/how-to-add-custom-renderer-for-a-custom-column-in-magento-grid/
Many thanks in advance
You don’t need any renderer for displaying such values. Here is what you should do:
Yes, you need to use dropdown type options and grid values will automatically get the label instead of value(id).
Hope this helps.