All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
TreeView
/
editenabel, dragenabled, dropenabled
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Alex Lawson
43 posts
Member since:
May 2008
Posted 04 Jun 2009
Link to this post
I am attempting to upgrade a project from the asp.net controls to AJAX q1 2009 suite.
The following code previously worked when implementing a custom tree list created server side, however I cannot find equivelant functionality in the new suite.
nodeCarrier.EditEnabled = false;
nodeCarrier.DragEnabled = false;
nodeCarrier.DropEnabled = false;
Can this still be achieved server side?
Atanas Korchev
Admin
8462 posts
Posted 04 Jun 2009
Link to this post
Hi Alex Lawson,
All changes in the API can be found in
this
help topic.
Kind regards,
Albert
the Telerik team
Instantly find answers to your questions on the new
Telerik Support Portal
.
Check out the tips
for optimizing your support resource searches.
Back to Top
Close