Tbextendedgridview Filtering In Column Is Not Working

Hi.

I’m having a problem in TbExtendedGridView with filtering per column. When I type something in the box, the ajax runs with no error but the display is the same before I do the filtering.

I’m using YiiBooster 2.1.1 and yii 1.1.14. I also enabled the urlManager.

Please help

Thanks in advance

I fixed it.

My problem is in the .htaccess. I changed it from


RewriteRule ^.*$ index.php? [L]

to


RewriteRule . index.php



and the filtering is working.

Can somebody explain what was happened there. Thanks.