issue rendering krajee editable or popover-x using renderAjax

Hi there,

I have a view containing a DIV that get’s loaded using an ajax call.

My controller handles the ajax call by calling $this->renderAjax(). The view used by this call renders a number of Krajee Editable widgets.

Everything looks fine except that the Editable popover is not shown when I click the link. I have done some tests with a single Popover-X widget on my view and there I’m having the same issue.

When I fully render the same view but not using an Ajax call then everything works fine.

It looks like renderAjax is doing something with the generated output here?

I’m currently lost on where to look as I’m just starting out with Yii development.

Anyone has an idea about the possible cause of this issue?

Many thanks in advance,

Bernard.