RadComboBox 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 RadComboBox for ASP.NET AJAX Q1 SP1 2010 (Version Number 2010.1.415)

  • VS 2010/.NET 4 RTM support
  • Spaces after an autocomplete separator are ignored when matching Items (MarkFirstMatch=True)
  • Added Localization property
  • Bug-fixes

What's New in RadComboBox for ASP.NET AJAX Q1 2010 (Version Number 2010.1.309)

What's New in RadComboBox for ASP.NET AJAX Q3 SP2 2009 (Version Number 2009.3.1314)

What's New in RadComboBox for ASP.NET AJAX Q3 SP1 2009 (Version Number 2009.3.1208)

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

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

What's New in RadComboBox for ASP.NET AJAX Q2 2009 (Version Number 2009.2.701)

What's New in RadComboBox for ASP.NET AJAX Q1 2009 SP2 (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 RadComboBox for ASP.NET AJAX Q1 2009 SP1 (Version Number 2009.1.402)

  • Full support for Internet Explorer 8
  • List of the fixed problems can be found here

What's New in RadComboBox for ASP.NET AJAX Q1 2009

  • Animations are using the jQuery library now
  • Added new property UseHttpGet to the WebServiceSettings properties. By default its value is False.

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

  • New event: OnClientItemDataBound. Fires for each item that is created during Web Service Load on Demand.
  • New method: clearCache - clears the cache when EnableItemCaching is enabled.
  • Full list of the fixes can be found here.

What's New in RadComboBox for ASP.NET AJAX Q3 2008 SP1 (Version Number 2008.3.1125)

  • There are no new features. List of the fixed problems can be found here.

What's New in RadComboBox for ASP.NET AJAX Q3 2008 (Version Number 2008.3.1105)

  • MaxHeight property added to allow the height of the dropdown list to vary depending on the number of items.
  • AccessibilityMode property added. If it is set to true noscript tag containing select html element will be rendered. This select will be displayed instead of RadComboBox if the javascript is disabled.
  • Better performance - lazy initialized items. They are initialized when the dropdown is opened or they are accessed for the first time.
  • Added new server side methods FindItemByText, FindItemByValue, FindItemIndexByText, FindItemIndexByValue 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 FindItem which has one argument match of type Predicate Generic Delegate. This method can be used to find an Item by some custom criteria.
  • Added protected virtual methods for server-side events – OnItemDataBound, OnTextChanged, OnSelectedIndexChanged.
  • Support for server-side expressions (<%= %>) in the ItemTemplate.

What's New in RadComboBox for ASP.NET AJAX Q2 SP2 (Version Number 2008.2.1001)

  • OnClientTextChange client-side event

What's New in RadComboBox for ASP.NET AJAX Q2 SP1 (Version Number 2008.2.826)

What's New in RadComboBox for ASP.NET AJAX Q2 (Version Number 2008.2.723)

What's New in RadComboBox for ASP.NET AJAX Q1 SP2 (Version Number 2008.1.619)

What’s New in RadComboBox for ASP.NET AJAX Q1 2008 SP1 (Version Number 2008.1.515)

  • IsSeparator property
  • Additional feature to KeyBoard navigation: If RadComboBox is in “readonly” mode (AllowCustomText, EnableLoadOnDemand and MarkFirstMatch properties are set to false), keyboard can be used to navigate items, e.g. pressing the "c" keyboard button will iterate through all items which text starts with "c".

What’s New in RadControls for ASP.NET AJAX Q1 2008 (Version Number 2008.1.415)

See Also