RadTreeView for ASP.NET AJAX

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)

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)

What's New in RadTreeView for ASP.NET AJAX Q3 2009 (Version Number 2009.3.1103)

What's New in RadTreeView for ASP.NET AJAX Q2 2009 SP1 (Version Number 2009.2.826)

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):

What's New in RadTreeView for ASP.NET AJAX Q3 SP2 2008 (Version Number 2008.3.1314):

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):

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