Using Type table in Datagrid

Login or register to post comments
1 reply [Last post]
LaCeja's picture
Offline
Joined: 11/04/2009

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.

Offline
Joined: 03/31/2008

You can always do a

WhateverType::ToString($_ITEM->WhateverType)