Skip to main content
Home Forums Silverlight Programming Programming with .NET - General problem in silverlight
2 replies. Latest Post by KevD on May 18, 2009.
(0)
sureshre...
Member
3 points
25 Posts
05-18-2009 7:41 AM |
Hi,
I am having a problem.
1.Can any help me with editable combobox in silverlight.I should not use third party controls.
2.how to fill auotcompletebox based on the text entered by user(there are more than one columns displayed using itemtemplate)
Please help me in these issues.
ken tucker
All-Star
16288 points
2,485 Posts
05-18-2009 11:56 AM |
KevD
181 points
38 Posts
05-18-2009 12:09 PM |
Hi there,
I just put up a post on how to make a combobox (or listbox) editable using the datatemplate, some databinding & a converter. You'll see it's pretty easy to do, and I've included some sourcecode as well: http://kevindockx.blogspot.com/2009/05/designing-editable-silverlight-combobox.html
As far as the second question is concerned: that should be more or less out-of-the-box behaviour - have a look at http://silverlight.codeplex.com/ for some documentation on how to achieve this.
Hope this helps! :-)