AutoComplete-ready ComboBox in Silverlight 3 -
has out there had situation needed implement "editable" combobox in silverlight? client wants combobox in ui allows user place focus on selection box , start typing automatically pull desired value available items, rather requiring use of drop-down list.
this feature available, know, in several implementations third parties. example, can make happen telerik's radcontrols silverlight. however, client restricted using silverlight 3 toolkit, no third-party tools or plug-ins.
any suggestions quick, down-and-dirty implementation? guidance or links appreciated!
thanks, jeff
okay, had same problem.
we went ahead , used autocompletebox silverlight 3 tookit. implementation has lot of things missing wanted. because of these limitations, created our own inherited it. worked great , simple do. tutorial making own control inherits you.
have fun. since toolkit open source, can @ code guidance.
you can see samples toolkit here: https://www.silverlight.net/content/samples/sl3/toolkitcontrolsamples/run/default.html
Comments
Post a Comment