Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Treeview > RadTreeView stops working in Firefox 4
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered RadTreeView stops working in Firefox 4

Feed from this thread
  • Todd avatar

    Posted on Apr 7, 2011 (permalink)

    Hello,

    I've updated my Firefox browser to the latest version Firefox 4. After doing this the nodes within my RadTreeView control no longer respond to clicks and open up to display items within them. The TreeView works fine in IE 7 & 8 and Firefox versions older than 4. The OnNodeExand="treeSitemap_NodeExand" never fires when clicked in Firefox 4. Any ideas why this event isn't firing in Firefox 4?

    I'm using version v2.0.50727 of the RadTreeView control with c# .net 2.0.  

    Here is what the html of the tag looks like.

    <radT:RadTreeView ID="treeSiteMap" runat="server" Width="600px" OnNodeExpand="treeSiteMap_NodeExpand" AutoPostBack="true" DragAndDropBetweenNodes="true" DragAndDrop="true" OnNodeDrop="treeSiteMap_NodeDrop" BeforeClientDrop="treeSiteMap_BeforeDrop" BeforeClientClick="treeSiteMap_BeforeClick" SkinsPath="ControlSkins/Tree"></radT:RadTreeView>    

    and here is the code of the event that never gets fired
    protected void treeSiteMap_NodeExpand(object sender, Telerik.WebControls.RadTreeNodeEventArgs e)
    {
        LoadSiteTree(e.NodeClicked);
    }         

    Any help would be greatly appreciated.
    Thanks
    Todd

  • Kate Kate admin's avatar

    Posted on Apr 12, 2011 (permalink)

    Hi Todd,

    Can you reproduce the issue using our demos here:http://demos.telerik.com/aspnet-classic/TreeView/Examples/Programming/DirectoryStructure/DefaultCS.aspx ? In case you are using the classic control we no longer provide support for them. You can read more about that here.

    Regards,
    Kate
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Treeview > RadTreeView stops working in Firefox 4