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

RadTreeView OnNodeClick IE11 error event Fires unnecessary

1 Answer 78 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Liezel
Top achievements
Rank 1
Liezel asked on 13 Mar 2015, 02:38 PM
Hi

RadTreeView OnNodeClick IE11 error event Fires unnecessary multiple times without the user clicking on the node. But in IE9, Chrome and firefox it works fine. Any suggestions?

<telerik:RadTreeView ID="xyz" runat="server" DataFieldID="Key" 
                                    DataFieldParentID="ParentKey" DataTextField="TreeName" DataValueField="Key" 
                                    OnClientNodeClicking="treeViewMiningEquipment_ClientClickHanlder"
                                    OnClientLoad="treeViewMiningEquipment_Load"
                                    OnNodeClick="treeViewMiningEquipments_NodeClick"
                                    >

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 17 Mar 2015, 12:22 PM
Hello,

I am afraid we were not able to reproduce the issue, at our side the OnNodeClick event is firing correctly in all major browsers. Could you please run the attached sample project and check if you are noticing the same in it?

Regards,
Ivan Danchev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Liezel
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or