This question is locked. New answers and comments are not allowed.
Hi,
I have a View that has some filters and then there is a TreeView control that is rendered according to those filters. My problem is that after POST all events of the TreeView are missing. How can I rebind those events again? As you can see on the source code, I only update translationContent div and that is where TreeView is defined.
1.<% using (Ajax.BeginForm("Translations", new { Model.Id }, new AjaxOptions { UpdateTargetId = "translationContent", InsertionMode = InsertionMode.Replace }, new { id = "translationAjaxForm" })) 2. { %>-Tatu