Hi,
On page 89, there is talk about converting the type_id to show the actual string in a drop down.
<?php echo $form->dropDownList($model,‘type_id’, $model->getTypeOptions()); ?>
How to get the admin.php to show the Text instead of the type_id in the grid?