New to Telerik UI for WinForms? Download free 30-day trial

Upgrading to DropDownList and ListControl

RELATED VIDEOS
Converting from RadComboBox to RadDropDownList
In this video, you will learn how to convert a RadComboBox to the new RadDropDownList control introduced in the Q2 2010 release of RadControls for WinForms.
WinForms DropDown and ListControl Converting from RadComboBox to RadDropDownList Tutorial
Converting from RadListBox to RadListControl
In this video, you will learn how to convert a RadListBox to the new RadListControl introduced in the R2 2010 release of RadControls for WinForms.
WinForms DropDown and ListControl Converting from RadListBox to RadListControl Tutorial

This article is valid for Telerik UI for WinForms versions prior to R2 2011 SP1 inclusive. The Upgrade Tool can be used only if started from the Smart Tag of the obsolete controls. Since these controls have been removed in R3 2011, their respective Upgrade Tools are not available as well. In case you want to use the tools, please upgrade/downgrade to R2 2011 SP1 (v2011.2.11.831)

Since Q2 2010 several brand new controls were released, as successors of older and not that optimized controls. These are:

In order to encourage our users to use the new controls, we have removed all the old controls from our Toolbox. But what about old controls, present in already existing applications? A manual conversion by simply dropping the new control and moving the entire content of the old control to the new one is not a straightforward process. Here comes the new tool, introduced in our Q2 2010 Service Pack 1 release, namely Telerik Conversion Wizard. The tool is available as a smart tag option in all Telerik Controls:

WinForms DropDown and ListControl Smart Tag

The "Conversion Wizard…" command will open the wizard dialog:

WinForms DropDown and ListControl Convertion Wizard

On the left side are listed all the controls, available for conversion, while on the right side are all the controls that will be actually converted. The two lists can be organized using the buttons in the middle.

Upon loading the tool will loop through all the components registered with the current design surface and will populate the ones that may be converted to newer controls. All the controls that will be converted should be put in the right list and the “Convert” button should be clicked.

RadPageView does not support adding elements directly to a RadPageViewPage. Hence, a conversion from RadPanelBar will create empty pages for element-based groups. Only groups that are used as control hosts will be completely converted. Old controls will be DELETED upon conversion, so make sure that you have backed-up your projects first.

Events are not converted. When you convert an obsolete control, your event handler methods will remain intact, but it is important to note that the event subscriptions will be cleared.

In this article