Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Chtml::ajaxlink Not Working In Gridview After Yiigridview('update')

$
0
0
Hi all,

I implemented a CGridView, the last column contains some links, e.g. a CHtml::ajaxLink().

These links work perfectly fine until I update the GridView via
$('#grid-id').yiiGridView('update');

or
$.fn.yiiGridView.update('grid-id');


After the JS call the ajaxLinks do not work anymore and I need to refresh the whole page to get them to work again.#

Any ideas how I could fix this issue?

Thank you!
dermoinsen

Viewing all articles
Browse latest Browse all 18717

Trending Articles