This is a migrated thread and some comments may be shown as answers.

[Solved] ClientEvent OnSelect not firing

0 Answers 66 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kiran Banda
Top achievements
Rank 1
Kiran Banda asked on 26 Dec 2011, 04:51 PM
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

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
Tags
TreeView
Asked by
Kiran Banda
Top achievements
Rank 1
Share this question
or