Gridview Filter Problem

Hi,

I have a bootstrap application. I’m using bootstrap booster.

I have a gridview with filtering and sorting:


        

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

            'type'=>'striped bordered condensed',

            'dataProvider'=>$dataProvider->search(),

            'filter'=>$dataProvider,

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

            'afterAjaxUpdate'=>'reinstallDatePicker',

            'columns'=>$gridColumns,


        ));



Filtering and sorting are working fine as long as I get a result returned.

When I get a "No results found" and I try to clear the filters I get the following javascript errror.





undefined   jquery.ba-bbq.js (line 251)


undefined   jquery.ba-bbq.js (line 251)


TypeError: url is undefined

[Break On This Error] 	


...ches = url.match( is_fragment ? /^([^#]*)\#?(.*)$/ : /^([^#?]*)\??([^#]*)(#?.*)/... jquery.ba-bbq.js (line 258)


TypeError: url is undefined

[Break On This Error] 	


...ches = url.match( is_fragment ? /^([^#]*)\#?(.*)$/ : /^([^#?]*)\??([^#]*)(#?.*)/...




Any help would be appreciated.

Paul

Thanks that did the job.