When I set ‘pager’ in CGridView it change bootstrap look, I try with cssFile to null or false, it doesn’t work.
'pager' => array(
'class' => 'CLinkPager',
'firstPageLabel' => '<<',
'prevPageLabel' => 'smthprev',
'nextPageLabel' => 'smthnext',
'lastPageLabel' => '>>',
),
The Bootstrap extension checks if htmlOptions[‘class’] is set , i.e : isset($htmlOptions[‘class’]), so if we set empty class, then it should work. So add this: