As a developer it is most likely to find yourself in the need to implement a searching functionality in your application. Most of the available search box controls for WPF and Silverlight have amazing built-in virtualization and a good set of available search modes but what they most likely don't have is an easy to set custom result populating mechanisms. In this blog post I will demonstrate how to create a custom result populating mechanism with the use of the RadAutoCompleteBox control.
↧