I want to implement this in Silverlight.
Combobox with an inline filter in the popup
http://gregandora.wordpress.com/2012/01/25/filtering-items-in-a-wpf-combobox/
Unfortunately it’s for WPF and XAML is not compatible. It’s very hard to convert it or understand how to change the control template of the combobox.
Any idea?
Here’s a demo of the solution: https://dl.dropbox.com/u/8424800/StackOverflowSl.html (see ComboBox Filter)
I took the default Silverlight ComboBox template and added a “FilterTextBox” to the Popup section. I couldn’t post the whole xaml as it exceeded StackOverflow’s limit. The full sources are here as a GitHub Gist. I’ve left in the important parts. Next, the event handlers on the TextBox needs to be hooked up.
Wiring up the TextBox