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
or
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
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