Categories Yii Tags cgridview To use your custom css file globally, set the cssfile property in config file 'components'=>array( 'widgetFactory'=>array( 'widgets' => array ( 'cssFile' => '/css/style-gridview.css', ) ), ); Share56 Related postsMay 8, 2013SALT implementation in YIIRead more - SALT implementation in YIIJune 18, 2011Enable In-place Editing in Yii GridRead more - Enable In-place Editing in Yii GridJune 8, 2011How to create custom validation ruleRead more - How to create custom validation rule