Desktop
WinForms
In our Q3 Webinar, I demonstrated the RadAutoCompleteBox, Telerik's Silverlight AutoCompleteBox, part of the RadControls for Silverlight and WPF. In this blog post, I will walk through that demo in detail. The demo itself is extracted and simplified from the QSF demo that downloads with the RadControls for Silverlight and WPF. To begin, create a new project of type RadControls WPF Application and name it AutoCompleteBoxDemo. In the Project Configuration Wizard select Telerik.Windows.Controls.Input. Like nearly all interesting projects, it starts with data; in this case a set of Songs and their “Authors.” To start, right click on the project and add...