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

Update from a couple days ago works great!!!! thank you.

3 Answers 59 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 17 Jan 2008, 03:03 PM
Just updated my code to your latest update and things really fly now!  I had a bunch of problems around drag and drop which are now fixed.  The usability of the controls has also gotten significantly better.

Thanks for all the hard work.  I really appreciate it.

3 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 17 Jan 2008, 04:00 PM
Hi Peter Kellner,

Thanks for your kind words. It has always been our main goal to satisfy our customers' requirements.

Best wishes,
Nick
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
ashalan
Top achievements
Rank 1
answered on 04 Feb 2008, 09:46 AM
Wish I could say the same. Moving from Version 2007.03.1218.20 to the current build broke my 'live tree' mechanism :(

        // This function makes sure nodes get depopulated each time they are collapsed 
        function OnClientNodeCollapsed(treeView, args) 
        {  
            var node = args.get_node(); 
            treeView.trackChanges(); 
            node.get_nodes().clear(); 
            treeView.commitChanges(); 
            node.set_expandMode(Telerik.Web.UI.TreeNodeExpandMode.ServerSideCallBack);             
        } 

This worked like a charm with Version 2007.03.1218.20


Still trying to figure out where the problem is :(
0
Nikolay
Telerik team
answered on 04 Feb 2008, 01:16 PM
Hi there,

You can open a new support ticket and attach there a sample project illustrating the problem. We will test it locally and try to find a working solution for you.

Regards,
Nick
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TreeView
Asked by
Peter
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
ashalan
Top achievements
Rank 1
Share this question
or