Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hey Guys,
I'm a newbie with wpf and I'm kinda desperate .. I hope someone can help me..

I've created a datagrid, bound to datatable. The Datagrid has a DataGridComboBoxColumn. The Combobox is working, all values a correctly displayed and the selection ist stored. Everything fine, so far..
I want to make this box editable, so you can type a value.. This works for normal comboboxes, but there's no editable Property for DG comboboxes. I've been searching all day for a solution, but it havn't found anything yet..

Is there any way to do this?

(I'm using the .NET 4.0 Datagrid)
Posted
Updated 12-Jan-12 7:16am
v2

1 solution

hi
we can use AutoComplete TextBox which is found in WPF Feb-2010 Toolkit.

http://wpf.codeplex.com/releases/view/40535
above link where we can download the Toolkit and use it


Regards
siraz
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900