Tbgridview Changes My Layout

In using TbGridView, my layout changes such that my $this->menu items end up at the bottom of the page. It changes the header (<h1>, <h2>, etc) setting too. I’ve tried a lot of things, but no change.





<?php 

 $this->widget('bootstrap.widgets.TbGridView', array(

    'id' => 'layoutOptions-grid',

    //'itemsCssClass' => 'table-bordered',

 	'itemsCssClass'=>'table table-striped table-bordered table-condensed table-hover',

    'dataProvider' => $option_type->searchOptionTypeByKey($key),

 	//'filter'=>$option_type,

	//'template'=>"{items}\n{pager}",

    'columns'=>array(

        array(...




try delete all sub folders in /assets/ see if it helps

Bootstrap or x-editable? I tried both - no change. x-editable has to have bootstrap-editable, though.

I use TbGridView in many ways and never came across a problem like this.

Are you styling this id - layoutOptions-grid ?

Maybe that is causing the issue?