Gunnit
Gunnit

Reputation: 1074

yii booster - not loading property TbExtendedGridView

I wanted to add $this->widget('bootstrap.widgets.TbExtendedGridView', array(.... this to my code but i get the following error :

Error 500 Property "TbExtendedGridView.rowHtmlOptionsExpression" is not defined.

I updated to version 1.07 but is still get this error.

I would really like to know why of this error when iam using the most up to date version and when TbGridView is working , however on this page http://yiibooster.clevertech.biz/extended-grid.html it states that you can use 'fixedHeader' => true, with TbGridView but for me its not working.

Upvotes: 1

Views: 767

Answers (1)

topher
topher

Reputation: 14860

rowHtmlOptionsExpression was introduced in Yii 1.1.13 so upgrade to this version.

Upvotes: 1

Related Questions