I follow you, however do I just add that to the end of the existing php file above:
PHP Code:
Protected function setWidgetParams()
{
parent::setWidgetParams();
$this->widgetParams[static::PARAM_GRID_COLUMNS]->setValue(static::DISPLAY_MODE_LIST);
}
}
</span></span>