Rad
TreeView for ASP.NET AJAX
Search RadTreeView for ASP.NET AJAX
Contents
Introduction
What's new
Changes and backward compatibility
Licensing
Installation and deployment
RadControls for ASP.NET AJAX Fundamentals
RadControls
RadAjax
RadAsyncUpload
RadButton
RadCalendar
RadCaptcha
RadChart
RadColorPicker
RadComboBox
RadDataPager
RadDock
RadEditor
RadFileExplorer
RadFilter
RadFormDecorator
RadGrid
RadImageEditor
RadInput
RadListBox
RadListView
RadMenu
RadNotification
RadOrgChart
RadPanelBar
RadRating
RadRibbonBar
RadRotator
RadScheduler
RadScriptManager
RadSitemap
RadSlider
RadSocialShare
RadSpell
RadSplitter
RadStylesheetManager
RadTabStrip
RadTagCloud
RadToolBar
RadToolTip
RadTreeList
RadTreeView
Overview
What is New
Changes and Backward Compatibility
Migrating from RadTreeView for ASP.NET to ASP.NET AJAX
Getting Started
Design Time
Templates
Data Binding
Load On Demand Support
RadTreeView Nodes
Custom Attributes
CheckBoxes
Context Menus
Drag and Drop
Web Pages
Appearance and Styling
Accessibility and Internationalization
Server-Side Programming
Client-Side Programming
Application Scenarios
Troubleshooting
RadUpload
RadWindow
RadXmlHttpPanel
RadSkinManager
RadBinaryImage
RadCompression
Controlling absolute positioning with z-index
Changes and backwards compatibility in RadControls latest release
RadControls compared to the standard Microsoft controls in Visual Studio
Telerik static client library
FIPS Compatibility
Visual Studio Extensions
Integrating RadControls in ASPNET MVC
Integrating RadControls in DNN
Integrating RadControls in Mono
Integrating RadControls in SharePoint
API Reference
For More Help
Collapse All
Expand All
RadControls for ASP.NET AJAX Documentation
What is New
See Also
Send Feedback
RadControls for ASP.NET AJAX
Q2 2010 release
Since Q2 2010 all new functionalities are listed in the control's Release Notes posted
here
.
What's New in RadTreeView for ASP.NET AJAX Q1 SP1 2010 (Version Number: 2010.1.415)
VS 2010/.NET 4 RTM support
Added
OnClientNodeAnimationEnd
event
Bug-fixes
What's New in RadTreeView for ASP.NET AJAX Q1 2010 (Version Number: 2010.1.309)
Replaced the RadTreeView loading icons
What's New in RadTreeView for ASP.NET AJAX Q3 SP2 2009 (Version Number 2009.3.1314)
No new features or bug-fixes.
What's New in RadTreeView for ASP.NET AJAX Q3 SP1 2009 (Version Number 2009.3.1208)
New Skin -
Windows7
What's New in RadTreeView for ASP.NET AJAX Q3 2009 (Version Number 2009.3.1103)
New Skin -
Sitefinity
Performance optimizations on the server
What's New in RadTreeView for ASP.NET AJAX Q2 2009 SP1 (Version Number 2009.2.826)
Bug-fixes
What's New in RadTreeView for ASP.NET AJAX Q2 2009 (Version Number 2009.2.701)
No new features or bug-fixes.
What's New in RadTreeView for ASP.NET AJAX Q1 SP2 2009 (Version Number 2009.1.527)
Full support for Google Chrome v.2
Compatibility with Visual Studio 2010 Beta 1
New common skin:
Simple
Added support to render properly in callback / MVC / webservice scenarios
Bug-fixes
What's New in RadTreeView for ASP.NET AJAX Q1 SP1 2009 (Version Number 2009.1.402)
Full Support for Internet Explorer 8
Bug-fixes
What's New in RadTreeView for ASP.NET AJAX Q1 2009 (Version Number 2009.1.311):
Added
get_sourceNodes()
method to the event arguments of the
OnClientNodeDragStart
and
OnClientNodeDragging
event handlers.
Added new property
UseHttpGet
to the
WebServiceSettings
properties. By default its value is
False
.
What's New in RadTreeView for ASP.NET AJAX Q3 SP2 2008 (Version Number 2008.3.1314):
New client-side event added:
OnClientNodeEditStart
which is called as the edit begins
What's New in RadTreeView for ASP.NET AJAX Q3 SP1 2008 (Version Number 2008.3.1125):
Improved performance when CheckChildNodes is set to true (no more timeouts in Internet Explorer)
Improved performance and memory usage of GetAllNodes/FindNodeByText/FindNodeByValue server-side methods
What's New in RadTreeView for ASP.NET AJAX Q3 2008 (Version Number 2008.3.1105):
Integrated validation
for RadTreeView selection.
Improved client-side initialization time.
Improved WebService load on demand performance.
Added
ContentCssClass
property which is applied at the DIV tag of a RadTreeNode.
Added new server side methods
FindNodeByText
,
FindNodeByValue
which have a second argument
ignoreCase
which indicates whether the comparison is case-sensitive (
true
) or case-insensitive (
false
).
Added a new server side method
FindNode
which has one argument
match
of type
Predicate Generic Delegate
. This method can be used to find a Node by some custom criteria.
Added protected virtual methods for server-side events –
OnNodeDataBound
,
OnNodeClick
, etc.
Support for server-side expressions (<%= %>) in the
NodeTemplate
.
Added new client-side event:
OnClientNodeDataBound
Animations are using the
jQuery
library now
What's New in RadTreeView for ASP.NET AJAX Q2 SP1 2008 (Version Number 2008.2.826):
Hierarchical databinding to IEnumerable via the DataFieldID/DataFieldParentID properties
findNodeByUrl and findNodeByAbsoluteUrl client side methods of RadTreeView
Initialization time improvement
What's New in RadTreeView for ASP.NET AJAX Q2 (Version Number 2008.2.723):
Added
ClientChanges
property to the RadTreeView class. Now client-side changes are available on the server side after postback.
Added
findControl
client-side method of RadTreeNode class.
What's New in RadTreeView for ASP.NET AJAX Q2 Futures (Version Number 2008.1.707):
Tri-State CheckBoxes
- allows for CheckBoxes of RadTreeView to have three states:
Checked, Unchecked
and
Indeterminate
. The Tri-State behavior of RadTreeView can be controlled by the two new properties:
TriStateCheckBoxes
- enables the "Tri-State" CheckBoxes (the
CheckBoxes
property must be also enabled for this functionality to work)
CheckChildNodes
- when enabled all child Nodes of a Node are automatically: Checked if their parent has been Checked and Unchecked if their parent has been Unchecked
See Also
Other Resources
Changes and Backward Compatibility