This question is locked. New answers and comments are not allowed.
Hi,
I have a page with a splitter that splits my page into two parts vertically - on the left hand side, I have a treeview. When I select a node, the right hand panel loads relevant code. I observe that the OnSelect client event is getting vanished in IE (8) after the content is loaded on the right hand side.
The functionality works just fine in Firefox though !!
I notice that
Regards,
Kiran Banda
I have a page with a splitter that splits my page into two parts vertically - on the left hand side, I have a treeview. When I select a node, the right hand panel loads relevant code. I observe that the OnSelect client event is getting vanished in IE (8) after the content is loaded on the right hand side.
The functionality works just fine in Firefox though !!
I notice that
var
tree = $('#AjaxTreeView').data('tTreeView'); gives me null the second time :(
Any ideas on how to troubleshoot this in IE ?
FYI - I followed http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-required-javascript-files.html too and have included all the required scripts (including treeview on the partial views that get loaded via AJAX)
Regards,
Kiran Banda