Using Type table in Datagrid
Wed, 10/06/2010 - 18:48
I have a type table that relates the the status of projects. I am able to make it all work according to the Type Table example. However, I would like to have the status description from the type table appear in the datagrid, rather than the code. Are there any examples of how to modify the standard _list datagrid could be modified to do this?
Thanks.

You can always do a
WhateverType::ToString($_ITEM->WhateverType)